Minor Dockerfile fix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user