docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user