Support Docker local development
This commit is contained in:
10
compose-dev.yaml
Normal file
10
compose-dev.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
image: soapbox-dev
|
||||
ports:
|
||||
- "3036:3036"
|
||||
volumes:
|
||||
- .:/app
|
||||
Reference in New Issue
Block a user