diff --git a/frontend/Dockerfile b/frontend/Dockerfile index e7389d9..0b875ad 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -6,6 +6,6 @@ WORKDIR /app COPY . . -RUN npm install +RUN npm install && npm install chokidar --save ENTRYPOINT npm run -- ng serve --host 0.0.0.0 --port 4200