Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
8 lines
147 B
YAML
8 lines
147 B
YAML
services:
|
|
app:
|
|
image: ${IMAGE}
|
|
ports:
|
|
- "${APP_PORT}:4321"
|
|
environment:
|
|
NODE_ENV: production
|
|
restart: unless-stopped
|