diff --git a/Dockerfile b/Dockerfile index 259cb60..c0d4517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG branch="master" ENV branch=$branch -COPY / /app/Varken +COPY / /app RUN \ python3 -m pip install -r /app/requirements.txt && \