Skip to content

Commit a7796f5

Browse files
authored
Merge pull request #15 from macbre/ssl-dhparam-fix
/etc/ssl/dhparam.pem: copy it from a previous stage
2 parents 9da3f7a + fa67d72 commit a7796f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ COPY --from=0 /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/
178178
COPY --from=0 /usr/sbin/nginx /usr/sbin/nginx-debug /usr/sbin/
179179
COPY --from=0 /usr/share/nginx/html/* /usr/share/nginx/html/
180180
COPY --from=0 /usr/bin/envsubst /usr/local/bin/envsubst
181+
COPY --from=0 /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem
181182

182183
RUN \
183184
addgroup -S nginx \

0 commit comments

Comments
 (0)