Minor Dockerfile fix

This commit is contained in:
Petr Sloup 2016-12-19 21:45:57 +01:00
parent bdfa92532e
commit e1a996a267

View file

@ -2,7 +2,7 @@ FROM node:4
MAINTAINER Petr Sloup <petr.sloup@klokantech.com> MAINTAINER Petr Sloup <petr.sloup@klokantech.com>
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app
COPY /light /usr/src/app COPY / /usr/src/app
RUN cd /usr/src/app && npm install --production RUN cd /usr/src/app && npm install --production
VOLUME /data VOLUME /data