You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN cabal v2-build --enable-executable-static --dependencies-only all
# copy app's source files
COPY app app/
COPY src src/
# build the app
RUN cabal v2-build --enable-executable-static exe:haskell-clean-architecture-exe
RUN cp ./dist-newstyle/build/x86_64-linux/ghc-8.10.4/haskell-clean-architecture-0.1.0.0/x/haskell-clean-architecture-exe/build/haskell-clean-architecture-exe/haskell-clean-architecture-exe ./app-exe