Odstranit z2/Dockerfile
This commit is contained in:
parent
fea77a6667
commit
3ee89abeaa
@ -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"]
|
Loading…
Reference in New Issue
Block a user