more docker

This commit is contained in:
2019-04-04 20:41:07 +11:00
parent 7db88f71fc
commit dbb6d62dfc

View File

@@ -13,4 +13,4 @@ RUN npm install
COPY . /app COPY . /app
# We start our application by calling # We start our application by calling
# npm start. # npm start.
CMD ["npm", "start"] CMD ["npm", "dockerstart"]