@@ -17,4 +17,6 @@ services:
- "./components:/app/components"
ports:
- "3000:3000"
+ environment:
+ HOST: 0.0.0.0
command: "npm run dev"