Skip to content

Commit 772e4de

Browse files
committed
Add /etc/nginx files to release image before copying over the nginx template.
1 parent 8f9f7e1 commit 772e4de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ RUN apk add --update \
150150
x265-dev
151151

152152
COPY --from=build-nginx /usr/local/nginx /usr/local/nginx
153+
COPY --from=build-nginx /etc/nginx /etc/nginx
153154
COPY --from=build-ffmpeg /usr/local /usr/local
154155
COPY --from=build-ffmpeg /usr/lib/libfdk-aac.so.2 /usr/lib/libfdk-aac.so.2
155156

0 commit comments

Comments
 (0)