mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
fix compose
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user