Remove bad instructions from docker-compose

This commit is contained in:
Aarni Halinen
2018-08-06 19:49:47 +03:00
parent 5ae882617a
commit 984940171d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
FROM node:8
WORKDIR /code
COPY package*.json ./
ENV IS_DOCKER 1
RUN env
RUN npm install
COPY . .
EXPOSE 8080
CMD ["npm", "start"]