summaryrefslogtreecommitdiffstats
path: root/Services/nodejs/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Services/nodejs/Dockerfile')
-rw-r--r--Services/nodejs/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/nodejs/Dockerfile b/Services/nodejs/Dockerfile
index 2f9e8f5..8dee3c3 100644
--- a/Services/nodejs/Dockerfile
+++ b/Services/nodejs/Dockerfile
@@ -15,8 +15,8 @@ RUN chmod 775 /bin/run.sh && \
mkdir -p $DATA_PATH && \
mkdir -p $LOG_PATH && \
touch $STARTUPLOG
-COPY *.json $APP_PATH/
COPY *.js $APP_PATH/
+COPY *.json $APP_PATH/
RUN cd $APP_PATH && npm install -production
EXPOSE 8000