Set node to v7 and ports to 3000

This commit is contained in:
Aarni Halinen
2018-08-08 20:28:01 +03:00
parent abb9d5271c
commit 951486a6b0
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:10
FROM node:7
ENV IS_DOCKER 1
RUN env