This commit is contained in:
Lucas 2021-10-13 18:45:58 +02:00 committed by GitHub
commit e3700e0d95
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"]