Added COPY config.toml .
This commit is contained in:
parent
64b1d812cd
commit
44798612f5
1 changed files with 1 additions and 0 deletions
|
|
@ -7,5 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY bot.py .
|
COPY bot.py .
|
||||||
COPY cogs/ ./cogs/
|
COPY cogs/ ./cogs/
|
||||||
|
COPY config.toml .
|
||||||
|
|
||||||
CMD ["python", "bot.py"]
|
CMD ["python", "bot.py"]
|
||||||
Loading…
Reference in a new issue