Skip to content

Commit

Permalink
Merge pull request #570 from IntersectMBO/fix/569-deployment-issue-du…
Browse files Browse the repository at this point in the history
…e-to-bug-in-dockerfile

[#569] Deployment issue due to bug in Dockerfile
  • Loading branch information
placek authored Mar 27, 2024
2 parents 09cf65e + b4fe47a commit f7bd059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM 733019650473.dkr.ecr.eu-west-1.amazonaws.com/backend-base:$BASE_IMAGE_TAG
WORKDIR /src
COPY . .
RUN cabal build
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.8/vva-be-0.1.0.0/x/vva-be/build/vva-be/vva-be /usr/local/bin
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-0.1.0.0/x/vva-be/build/vva-be/vva-be /usr/local/bin

0 comments on commit f7bd059

Please sign in to comment.