chore: build
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
963b1983b8
commit
bbc40ec297
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,9 @@
|
|||
services:
|
||||
frontend:
|
||||
image: node:24.1.0-alpine3.22
|
||||
# command: "sh -c '[ ! -d node_modules ] || npm install && npx run dev'"
|
||||
command: sleep inf
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
command: "sh -c '[ ! -d node_modules ] || npm install && npm run dev'"
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
|
|
|
|||
Loading…
Reference in a new issue