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