Skip to content

Commit

Permalink
Merge pull request #73 from CheesecakeLabs/chore/add_ca_certs_to_tfv2…
Browse files Browse the repository at this point in the history
…_backend

chore(tfv2-backend): add CA certs to TFV2 Backend
  • Loading branch information
monteiro-alan authored Dec 19, 2023
2 parents f7d7496 + f31e9c7 commit af714b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ WORKDIR /app
COPY --from=builder /workspace/main .
COPY --from=builder /lib/ld-musl-x86_64.so.1 /lib/ld-musl-x86_64.so.1
COPY --from=base /workspace/migrations ./migrations
COPY --from=base /etc/ssl/certs/ /etc/ssl/certs/
ENTRYPOINT ["./main"]

0 comments on commit af714b5

Please sign in to comment.