Minor Dockerfile fix
This commit is contained in:
parent
bdfa92532e
commit
e1a996a267
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM node:4
|
|||
MAINTAINER Petr Sloup <petr.sloup@klokantech.com>
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
COPY /light /usr/src/app
|
||||
COPY / /usr/src/app
|
||||
RUN cd /usr/src/app && npm install --production
|
||||
|
||||
VOLUME /data
|
||||
|
|
Loading…
Reference in a new issue