Fix filename of internal network config
This commit is contained in:
parent
9e38151932
commit
496a782ab4
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
|
|||
COPY --from=forego /usr/local/bin/forego /usr/local/bin/forego
|
||||
COPY --from=dockergen /usr/local/bin/docker-gen /usr/local/bin/docker-gen
|
||||
|
||||
COPY network_internal.conf /etc/nginx/networks/
|
||||
COPY network_internal.conf /etc/nginx/networks/internal.conf
|
||||
|
||||
COPY app nginx.tmpl LICENSE /app/
|
||||
WORKDIR /app/
|
||||
|
|
Loading…
Reference in a new issue