This commit is contained in:
@ -5,7 +5,7 @@ COPY requirements.txt ./
|
|||||||
RUN pip install -r requirements.txt --no-deps
|
RUN pip install -r requirements.txt --no-deps
|
||||||
|
|
||||||
COPY bot.py ./
|
COPY bot.py ./
|
||||||
COPY assets ./
|
COPY assets ./assets
|
||||||
COPY scripts ./
|
COPY scripts ./scripts
|
||||||
COPY konabot ./
|
COPY konabot ./konabot
|
||||||
CMD [ "python", "bot.py" ]
|
CMD [ "python", "bot.py" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user