diff --git a/Dockerfile b/Dockerfile index b84f54ab..9b76b7d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ RUN apt-get update RUN apt-get install -y git curl jq RUN pip install --user -r /requirements.txt -COPY --from=builder /root/.local /root/.local COPY . . CMD ["bash", "/script/run.sh"]