fix compose

This commit is contained in:
Igor Loskutov
2025-06-18 16:26:06 -04:00
parent 58f51697b0
commit 3acbcd9952

View File

@@ -38,11 +38,11 @@ services:
web: web:
image: node:18 image: node:18
ports: ports:
- "3001:3000" - "3000:3000"
command: sh -c "yarn install && yarn dev" command: sh -c "yarn install && yarn dev"
restart: unless-stopped restart: unless-stopped
working_dir: /app working_dir: /app
volumes: volumes:
- ./www:/app/ - ./www:/app/
env_file: env_file:
- ./www/.env.development.local - ./www/.env.local