fix: run npm install
in the Docker development app container
This commit is contained in:
parent
dbcdbe13af
commit
c35d5c4464
@ -7,4 +7,6 @@ RUN apt-get update && apt-get install -y nodejs npm
|
|||||||
COPY . /srv/app
|
COPY . /srv/app
|
||||||
WORKDIR /srv/app
|
WORKDIR /srv/app
|
||||||
|
|
||||||
|
RUN npm install
|
||||||
|
|
||||||
CMD npm run watch & dx serve --port 8000
|
CMD npm run watch & dx serve --port 8000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user