diff --git a/Dockerfile b/Dockerfile index 5a71b89..b7e4d60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM fascinated/docker-images:node-latest EXPOSE 5000 +COPY . . + RUN npm install RUN npm run build