first commit
This commit is contained in:
15
docker-compose.yml
Executable file
15
docker-compose.yml
Executable file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- "3001:3000"
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
- /app/.next
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user