This commit is contained in:
sbps-test user
2023-11-05 14:44:21 +03:00
parent 0c5b455404
commit de0452eb71
6 changed files with 6 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ services:
working_dir: /code
volumes:
- ./front:/code
command: bash -c "npm install && npm run dev -- --host 0.0.0.0"
command: bash -c "npm install && npm run build && BODY_SIZE_LIMIT=200000000 PORT=5173 node build"
ports:
- "127.0.0.1:5173:5173"
networks: