Skip to content

Commit 1f19ee3

Browse files
authored
Merge pull request nginx-proxy#1088 from matt-hh/fix-1076
Enable NETWORK_ACCESS feature for alpine version
2 parents 6290f38 + 2f8ebe8 commit 1f19ee3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.alpine

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN wget --quiet https://github.com/jwilder/docker-gen/releases/download/$DOCKER
2121
&& tar -C /usr/local/bin -xvzf docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
2222
&& rm /docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz
2323

24+
COPY network_internal.conf /etc/nginx/
25+
2426
COPY . /app/
2527
WORKDIR /app/
2628

0 commit comments

Comments
 (0)