test5
This commit is contained in:
parent
b33755204d
commit
250949e3d1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ARG branch="master"
|
||||||
|
|
||||||
ENV branch=$branch
|
ENV branch=$branch
|
||||||
|
|
||||||
COPY / /app/Varken
|
COPY / /app
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
python3 -m pip install -r /app/requirements.txt && \
|
python3 -m pip install -r /app/requirements.txt && \
|
||||||
|
|
Loading…
Reference in a new issue