Skip to content

Commit

Permalink
add ssl certs to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rendler-denis committed Jul 31, 2020
1 parent 69566ce commit c24d148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/docker/Dockerfile
Expand Up @@ -45,6 +45,7 @@ COPY --from=build_fe /project/build/ /safenotes/www
COPY --from=build_be /project/dist/safenotes /safenotes/safenotes
COPY --from=build_be /project/.safenotes.build.yaml /safenotes/.safenotes.yaml
COPY --from=build_be /project/resources /safenotes/resources
COPY --from=build_be /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

WORKDIR /safenotes

Expand Down

0 comments on commit c24d148

Please sign in to comment.