This commit is contained in:
Patrick Jentsch
2020-06-05 15:12:59 +02:00
parent cb2b64fa9d
commit 056fbe273c
6 changed files with 4 additions and 2 deletions

View File

@ -25,9 +25,9 @@ USER nopaqued
WORKDIR /home/nopaqued
COPY ["logger", "logger"]
COPY ["notify", "notify"]
COPY ["tasks", "tasks"]
COPY ["logger", "logger"]
COPY ["decorators.py", "nopaqued.py", "requirements.txt", "./"]
RUN python -m venv venv \
&& venv/bin/pip install --requirement requirements.txt \

0
daemon/docker-entrypoint.sh Normal file → Executable file
View File