Compare commits
1 Commits
e236e1f673
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8192388c5d |
@@ -44,7 +44,7 @@ services:
|
||||
volumes:
|
||||
- ./dashboard:/app
|
||||
- /app/node_modules
|
||||
command: ["sh", "-c", "npm install && npm run dev -- --host 0.0.0.0 --port 8090"]
|
||||
command: ["sh", "-c", "npm install --legacy-peer-deps && npm run dev -- --host 0.0.0.0 --port 8090"]
|
||||
ports:
|
||||
- "8090:8090"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user