install chockidar to fix missing dependency
This commit is contained in:
parent
c49386904a
commit
2f0d70081f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user