refactoring-by-def #1

Merged
def merged 10 commits from refactoring-by-def into master 2023-01-10 13:21:03 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d8029623c1 - Show all commits

View File

@ -6,4 +6,5 @@ RUN apt-get install --yes python3 python3-pip
COPY requirements.txt /app/
RUN pip3 install -r requirements.txt
COPY mirrortea/* /app/mirrortea/
COPY config.yaml /app/
ENTRYPOINT ["/usr/bin/python3", "/app/mirrortea"]