All checks were successful
continuous-integration/drone/push Build is passing
11 lines
142 B
YAML
11 lines
142 B
YAML
version: "3"
|
|
|
|
services:
|
|
radar:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile
|
|
ports:
|
|
- 3000
|
|
restart: always
|