diff --git a/Dockerfile b/Dockerfile index 0d1794d..7846de2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,9 @@ WORKDIR /app COPY . . +ENV https_proxy=http://192.168.124.12:7890 +ENV https_proxy=http://192.168.124.12:7890 RUN npm --registry https://registry.npm.taobao.org install - EXPOSE 8080 CMD [ "node", "app.js" ]