Add discord bot, github pipelines
This commit is contained in:
8
examples/discord/Dockerfile
Normal file
8
examples/discord/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.10-bullseye
|
||||
WORKDIR /app
|
||||
COPY ./requirements.txt /app/requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
ENTRYPOINT [ "python", "./main.py" ];
|
||||
Reference in New Issue
Block a user