We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0486c45 commit 383eb37Copy full SHA for 383eb37
Dockerfile
@@ -154,6 +154,7 @@ COPY --from=0 /usr/lib/nginx/modules/*.so /usr/lib/nginx/modules/
154
COPY --from=0 /usr/sbin/nginx /usr/sbin/nginx-debug /usr/sbin/
155
COPY --from=0 /usr/share/nginx/html/* /usr/share/nginx/html/
156
COPY --from=0 /usr/bin/envsubst /usr/local/bin/envsubst
157
+COPY --from=0 /etc/ssl/dhparam.pem /etc/ssl/dhparam.pem
158
159
RUN \
160
addgroup -S nginx \
0 commit comments