mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 09:00:40 +00:00
Correct simple loging
This commit is contained in:
@ -18,7 +18,7 @@ WORKDIR /home/opaque
|
||||
|
||||
|
||||
COPY app app
|
||||
copy migrations migrations
|
||||
COPY migrations migrations
|
||||
COPY config.py opaque.py requirements.txt ./
|
||||
RUN python -m venv venv && \
|
||||
venv/bin/pip install -r requirements.txt
|
||||
|
Reference in New Issue
Block a user