Skip to content

Commit

Permalink
Merge pull request #15 from macbre/ssl-dhparam-fix
Browse files Browse the repository at this point in the history
/etc/ssl/dhparam.pem: copy it from a previous stage
  • Loading branch information
macbre authored Oct 9, 2020
2 parents 9da3f7a + fa67d72 commit a7796f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ COPY --from=0 /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/
COPY --from=0 /usr/sbin/nginx /usr/sbin/nginx-debug /usr/sbin/
COPY --from=0 /usr/share/nginx/html/* /usr/share/nginx/html/
COPY --from=0 /usr/bin/envsubst /usr/local/bin/envsubst
COPY --from=0 /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem

RUN \
addgroup -S nginx \
Expand Down

0 comments on commit a7796f5

Please sign in to comment.