Fix Dockerfile

This commit is contained in:
Evan Morikawa 2016-07-07 13:36:38 -07:00
parent 21a89ee455
commit 83e7d149a3

View file

@ -3,7 +3,7 @@
FROM node:6
# Copy everything (excluding what's in .dockerignore) into an empty dir
COPY ../ /home
COPY . /home
WORKDIR /home
RUN npm install