Bachelorthesis_Code/docker-compose.prod.yml

11 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