Julien CLEMENT
855d6fac1d
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
11 lines
141 B
YAML
11 lines
141 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
nginx:
|
|
restart: always
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8000:80"
|