1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-26 09:26:16 +02:00

Enable NETWORK_ACCESS feature for alpine version

This PR fixes a missing line in the alpine version.

- Fixes #1076
- See #842
This commit is contained in:
Matthias Döring 2018-03-07 22:36:05 +01:00
parent d6042d08f1
commit 2f8ebe8d45

View File

@ -21,6 +21,8 @@ RUN wget --quiet https://github.com/jwilder/docker-gen/releases/download/$DOCKER
&& tar -C /usr/local/bin -xvzf docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
&& rm /docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz
COPY network_internal.conf /etc/nginx/
COPY . /app/
WORKDIR /app/