feature: Update style and docker container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user