mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-07-05 06:30:23 +02:00
first commit
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
FROM python:3.9-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
COPY bot.py .
|
||||
COPY statuts.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD ["python", "bot.py"]
|
||||
Reference in New Issue
Block a user