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:
Lucas 2021-08-17 12:28:01 +02:00 committed by GitHub
parent 4bbd137d73
commit cc821da3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]