This commit is contained in:
mstfyldz
2026-03-06 20:08:47 +03:00
parent 18a96a0154
commit ebf42796e3
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ FROM python:3.11-alpine
WORKDIR /app
# JSON dosyasını ve Python sunucusu betiğini kopyala
COPY config.json server.py ./
COPY islamic.json server.py ./
# 80 portunu dışarı aç (Coolify varsayılanı)
EXPOSE 80