Added dockerfile to test
This commit is contained in:
parent
2bcf4d7a97
commit
a724216563
15
tests/custom/discord/dockerfile
Normal file
15
tests/custom/discord/dockerfile
Normal file
@ -0,0 +1,15 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM python:3.10
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN pip install cpl-cli --extra-index-url https://pip.sh-edraft.de
|
||||
RUN pip install cpl-discord --extra-index-url https://pip.sh-edraft.de
|
||||
RUN pip install cpl-query --extra-index-url https://pip.sh-edraft.de
|
||||
RUN pip install cpl-translation --extra-index-url https://pip.sh-edraft.de
|
||||
|
||||
ENV DISCORD_TOKEN=""
|
||||
ENV DISCORD_PREFIX=""
|
||||
|
||||
CMD [ "cpl", "run"]
|
Loading…
Reference in New Issue
Block a user