mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +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
|
FROM node:10.5.0-alpine
|
||||||
|
|
||||||
# added this step to prevent angular.json not found error
|
# added this step to prevent angular.json not found error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue