Bachelorthesis_Code/docker-compose.prod.yml

11 lines
184 B
YAML

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