Create docker-compose.yaml

This commit is contained in:
Andras Bacsai
2025-09-16 12:50:32 +02:00
committed by GitHub
parent 2842963ebf
commit 99fc0dccc0

View File

@@ -0,0 +1,7 @@
version: '3.8'
services:
nextjs-app:
build:
context: .
dockerfile: Dockerfile