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