fixed frontend issues
This commit is contained in:
parent
3a6dbd194b
commit
d363675307
@ -14,12 +14,14 @@ services:
|
||||
- fusero-app-backend
|
||||
|
||||
fusero-app-frontend-dev:
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
image: node:18
|
||||
container_name: fusero-app-frontend-dev
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
ports:
|
||||
- '8080:8080'
|
||||
command: sh -c "cd /app && npm install && npm run dev -- --host 0.0.0.0 --port 8080"
|
||||
networks:
|
||||
- fusero-network
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user