This commit is contained in:
2023-11-05 15:04:16 +03:00
parent de0452eb71
commit ebb89a1865
4 changed files with 7 additions and 3 deletions

View File

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