Bachelorthesis_Code/docker-compose.prod.yml
2021-05-05 03:08:58 +02:00

10 lines
175 B
YAML

version: '3.7'
services:
hello-world-prod:
container_name: hello_world_cl_prod
build:
context: .
dockerfile: Dockerfile.prod
ports:
- 8877:80