8 lines
119 B
YAML
8 lines
119 B
YAML
|
services:
|
||
|
app:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "3000:3000"
|
||
|
volumes:
|
||
|
- .:/app
|
||
|
command: ["bun", "app.js"]
|