install chockidar to fix missing dependency

This commit is contained in:
Marco Zeisler 2021-05-12 00:47:02 +02:00
parent c49386904a
commit 2f0d70081f

View File

@ -6,6 +6,6 @@ WORKDIR /app
COPY . . COPY . .
RUN npm install RUN npm install && npm install chokidar --save
ENTRYPOINT npm run -- ng serve --host 0.0.0.0 --port 4200 ENTRYPOINT npm run -- ng serve --host 0.0.0.0 --port 4200