瀏覽代碼

Enable NETWORK_ACCESS feature for alpine version

This PR fixes a missing line in the alpine version.

- Fixes #1076
- See #842
Matthias Döring 7 年之前
父節點
當前提交
2f8ebe8d45
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Dockerfile.alpine

+ 2 - 0
Dockerfile.alpine

@@ -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/