feat(serve): Dockerfile initial commit

Add Dockerfile template
This commit is contained in:
Ibrahim Bali 2018-07-05 16:58:15 +03:00 committed by GitHub
parent 4710f94793
commit 619476db5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
# base Docker image, remove "-alpine" if having trouble
FROM node:10.5.0-alpine
# added this step to prevent angular.json not found error
@ -28,4 +29,4 @@ RUN npm update ws --depth 4
EXPOSE 4200
CMD ["npm", "start"]
CMD ["npm", "start"]