ci: fix docker image

This commit is contained in:
Liyas Thomas
2022-10-02 10:31:55 +05:30
parent 0584f781c4
commit 5701454c02
2 changed files with 2 additions and 4 deletions

View File

@@ -20,4 +20,4 @@ services:
- "3000:3000"
environment:
HOST: 0.0.0.0
command: "npm run dev"
command: "pnpm run dev"