mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-28 08:50:34 +00:00
Avoid that threads of the same type can be executed twice or thrice etc.
This commit is contained in:
@ -28,7 +28,7 @@ WORKDIR /home/nopaqued
|
||||
COPY ["logger", "logger"]
|
||||
COPY ["notify", "notify"]
|
||||
COPY ["tasks", "tasks"]
|
||||
COPY ["decorators.py", "nopaqued.py", "requirements.txt", "./"]
|
||||
COPY ["nopaqued.py", "requirements.txt", "./"]
|
||||
RUN python -m venv venv \
|
||||
&& venv/bin/pip install --requirement requirements.txt \
|
||||
&& mkdir logs
|
||||
|
Reference in New Issue
Block a user