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:
@@ -7,4 +7,4 @@ COPY . .
|
||||
|
||||
RUN npm install -g @angular/cli
|
||||
RUN yarn install
|
||||
CMD ["ng", "serve", "--host", "0.0.0.0"]
|
||||
CMD ["ng", "serve", "--host", "0.0.0.0", "--poll"]
|
||||
|
Reference in New Issue
Block a user