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:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
image: node:24.1.0-alpine3.22
|
image: node:24.1.0-alpine3.22
|
||||||
# command: "sh -c '[ ! -d node_modules ] || npm install && npx run dev'"
|
restart: unless-stopped
|
||||||
command: sleep inf
|
tty: true
|
||||||
|
command: "sh -c '[ ! -d node_modules ] || npm install && npm run dev'"
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
volumes:
|
volumes:
|
||||||
- ./frontend:/app
|
- ./frontend:/app
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue