include d.py submodule by DA-344

This commit is contained in:
0ry5 2025-04-29 12:16:43 +02:00
commit 20dfa9ef9f
5 changed files with 79 additions and 68 deletions

View file

@ -2,9 +2,11 @@ FROM python:3
RUN mkdir /source
COPY ./bot.py ./github_connector.py ./requirements.txt /source/
COPY ./bot.py ./github_connector.py ./README.md ./requirements.txt ./.example.env ./initSubmodules.sh /source/
WORKDIR /source
WORKDIR /source/
RUN bash initSubmodules.sh
RUN pip install -r requirements.txt