angular.dockerfile
This commit is contained in:
parent
e562350254
commit
c54cf24a1c
|
|
@ -0,0 +1,11 @@
|
||||||
|
FROM node:alpine
|
||||||
|
|
||||||
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
COPY . /usr/src/app
|
||||||
|
|
||||||
|
RUN npm install -g @angular/cli
|
||||||
|
|
||||||
|
RUN npm install
|
||||||
|
|
||||||
|
CMD ["ng", "serve", "--host", "0.0.0.0"]
|
||||||
Loading…
Reference in New Issue