juju.re/docker-compose.yml
Julien CLEMENT ab79c607e9
All checks were successful
continuous-integration/drone/push Build is passing
feat(compose): add docker-compose
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-12-09 14:03:36 +01:00

11 lines
141 B
YAML

version: "3.9"
services:
nginx:
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:80"