reorganize
This commit is contained in:
parent
39eba04459
commit
59c56094c8
@ -1,6 +1,6 @@
|
|||||||
FROM python:3.12-slim
|
FROM python:3.12-slim
|
||||||
RUN mkdir -p /app
|
RUN mkdir -p /app
|
||||||
COPY py/. /app
|
COPY bot/. /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
ENTRYPOINT ["python", "-u", "bot.py"]
|
ENTRYPOINT ["python", "-u", "bot.py"]
|
||||||
0
bot/cogs/future.py
Normal file
0
bot/cogs/future.py
Normal file
Loading…
Reference in New Issue
Block a user