Skip to content

Commit

Permalink
Merge pull request #1663 from IntersectMBO/vva-be-update-1
Browse files Browse the repository at this point in the history
Update vva-be to 1.0.12
  • Loading branch information
MSzalowski authored Aug 1, 2024
2 parents 24e1ec2 + d1d073a commit 6d6c78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/backend/Dockerfile.qovery
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BASE_IMAGE_REPO:$BASE_IMAGE_TAG
WORKDIR /src
COPY . .
RUN cabal build
RUN cp dist-newstyle/build/x86_64-linux/ghc-9.2.7/vva-be-1.0.11/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-1.0.12/x/vva-be/build/vva-be/vva-be /usr/local/bin

# Expose the necessary port
EXPOSE 9876
Expand Down

0 comments on commit 6d6c78b

Please sign in to comment.