fix: run npm install in the Docker development app container
				
					
				
			This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matouš Volf
					Matouš Volf