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