All checks were successful
continuous-integration/drone/push Build is passing
13 lines
199 B
YAML
13 lines
199 B
YAML
version: "3"
|
|
|
|
services:
|
|
radar:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile
|
|
environment:
|
|
NODE_ENV: ${NODE_ENV:-production}
|
|
ports:
|
|
- 3000
|
|
restart: always
|