瀏覽代碼

Dockerfile updated

Espinoza Guillermo 6 年之前
父節點
當前提交
ab62e7fa05
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      genieacs-base/Dockerfile

+ 2 - 2
genieacs-base/Dockerfile

@@ -1,7 +1,5 @@
 FROM node:10
 
-COPY config.json config/config.json
-
 WORKDIR /opt/genieacs
 
 RUN cd /opt; \
@@ -11,3 +9,5 @@ RUN cd /opt; \
     npm install; \
     npm run compile; \
     rm -rf /var/lib/apt/lists/*
+
+COPY config.json config/config.json