fixed frontend issues
This commit is contained in:
parent
37ad43c817
commit
6b628f9cd4
@ -18,14 +18,10 @@ services:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile.dev
|
||||
container_name: fusero-app-frontend-dev
|
||||
volumes:
|
||||
- ./frontend:/app
|
||||
- /app/node_modules
|
||||
ports:
|
||||
- '8080:8080'
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
command: npm run dev -- --host 0.0.0.0 --port 8080
|
||||
networks:
|
||||
- fusero-network
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user