hot reload not working on windows
The app would not reload automatically when changes are made to the application, I think --live-reload option would also work but I have not tested it with --live-reload
This commit is contained in:
parent
4bbd137d73
commit
cc821da3de
@ -7,4 +7,4 @@ COPY . .
|
|||||||
|
|
||||||
RUN npm install -g @angular/cli
|
RUN npm install -g @angular/cli
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
CMD ["ng", "serve", "--host", "0.0.0.0"]
|
CMD ["ng", "serve", "--host", "0.0.0.0", "--poll"]
|
||||||
|
Loading…
Reference in New Issue
Block a user