backend: use compose instead of run.sh

This commit is contained in:
tylen
2025-09-11 23:26:10 +03:00
parent 9a330f3743
commit 6d7ce9b8db
2 changed files with 10 additions and 13 deletions

View File

@@ -0,0 +1,10 @@
version: '3.8'
services:
backend:
build:
context: .
dockerfile: Dockerfile
ports:
- "2027:5000"
container_name: "${CONTAINER_NAME:-nyi-backend}"