chore: build

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2025-06-07 20:59:18 +05:30
parent 963b1983b8
commit bbc40ec297

View file

@ -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