Initial commit
This commit is contained in:
9
docker-compose.dev.yml
Normal file
9
docker-compose.dev.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
command: npm run dev -- --host
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
Reference in New Issue
Block a user