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