Added docker compose file

This commit is contained in:
Khwezi Mngoma
2026-03-03 13:21:07 +02:00
parent ef9a8224a3
commit 310d0ac42d
2 changed files with 73 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:8081"