mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat(serve): Dockerfile initial commit
Add Dockerfile template
This commit is contained in:
parent
4710f94793
commit
619476db5c
1 changed files with 2 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue