This commit is contained in:
Lucas
2021-10-13 18:45:58 +02:00
committed by GitHub

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