소스 검색

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