diff --git a/Dockerfile b/Dockerfile index 9f56102cd..fa5e964b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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