build(Dockerfile): expose port 4200 for Angular app
This commit is contained in:
parent
9071a2a60f
commit
7548342803
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ COPY . /usr/src/app
|
|||
RUN npm install -g @angular/cli
|
||||
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 4200
|
||||
CMD ["sh", "-c", "ng serve --configuration=${ANGULAR_CONFIG:-development}"]
|
||||
|
|
Loading…
Add table
Reference in a new issue