first commit
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
target: dev
|
||||
ports:
|
||||
- "4567:4567"
|
||||
volumes:
|
||||
- .:/app
|
||||
environment:
|
||||
{}
|
||||
# WEB_CONCURRENCY: 3
|
||||
command:
|
||||
- sleep
|
||||
- infinity
|
||||
Reference in New Issue
Block a user