7 lines
90 B
YAML
7 lines
90 B
YAML
|
services:
|
||
|
app:
|
||
|
image: ${IMAGE}
|
||
|
command: ["/app"]
|
||
|
ports:
|
||
|
- "3000:3000"
|