include d.py submodule by DA-344
This commit is contained in:
parent
c1be4e9a24
commit
20dfa9ef9f
5 changed files with 79 additions and 68 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue