feature: Update style and docker container

This commit is contained in:
2025-02-21 19:31:29 -06:00
parent 5cf3985108
commit 909c85053a
5 changed files with 26 additions and 15 deletions

View File

@@ -7,11 +7,13 @@ services:
depends_on:
- backend
ports:
- '8000:8000'
- 5173:5173
volumes:
- './services/frontend:/app'
- /app/node_modules
command: /bin/sh -c "yarn dev"
command: /bin/sh -c "yarn dev --host"
environment:
- VITE_HOST_URL=http://localhost:5000
backend:
build:
context: ./services/backend