Fix filename of internal network config
This commit is contained in:
parent
9e38151932
commit
496a782ab4
@ -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 New Issue
Block a user