We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm
1 parent de230a5 commit 16a14a8Copy full SHA for 16a14a8
docker-compose.yml
@@ -3,7 +3,7 @@ version: "3.7"
3
services:
4
web:
5
build: .
6
- command: sh -c "yarn --pure-lockfile && yarn develop -H 0.0.0.0"
+ command: sh -c "npm ci && npm run develop --host=0.0.0.0"
7
ports:
8
- "8100:8000"
9
volumes:
0 commit comments