Skip to content

Commit 16a14a8

Browse files
committed
DockerCompose: use npm instead `yarn
1 parent de230a5 commit 16a14a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.7"
33
services:
44
web:
55
build: .
6-
command: sh -c "yarn --pure-lockfile && yarn develop -H 0.0.0.0"
6+
command: sh -c "npm ci && npm run develop --host=0.0.0.0"
77
ports:
88
- "8100:8000"
99
volumes:

0 commit comments

Comments
 (0)