Odstranit z2/Dockerfile

This commit is contained in:
Tetiana Mohorian 2025-05-20 10:59:49 +00:00
parent fea77a6667
commit 3ee89abeaa

View File

@ -1,12 +0,0 @@
FROM python:3.10
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . /app
COPY static/ ./static/
WORKDIR /app
CMD ["python", "bot.py"]