Update Add Python
This commit is contained in:
11
htdocs/listenerlis/Dockerfile
Normal file
11
htdocs/listenerlis/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY app.py .
|
||||
|
||||
# Jika ada requirements.txt, tambahkan:
|
||||
# COPY requirements.txt .
|
||||
# RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
Reference in New Issue
Block a user