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:
image: node:18
ports:
- "3001:3000"
- "3000:3000"
command: sh -c "yarn install && yarn dev"
restart: unless-stopped
working_dir: /app
volumes:
- ./www:/app/
env_file:
- ./www/.env.development.local
- ./www/.env.local