We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6290f38 + 2f8ebe8 commit 1f19ee3Copy full SHA for 1f19ee3
Dockerfile.alpine
@@ -21,6 +21,8 @@ RUN wget --quiet https://github.com/jwilder/docker-gen/releases/download/$DOCKER
21
&& tar -C /usr/local/bin -xvzf docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz \
22
&& rm /docker-gen-alpine-linux-amd64-$DOCKER_GEN_VERSION.tar.gz
23
24
+COPY network_internal.conf /etc/nginx/
25
+
26
COPY . /app/
27
WORKDIR /app/
28
0 commit comments