From 0b3e32433b5add3912bc7136c89888a412367238 Mon Sep 17 00:00:00 2001 From: Benjamin PILIA Date: Fri, 12 Jul 2024 16:31:51 +0200 Subject: [PATCH] test cache --- app/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index c1c4d58..7fdb043 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -9,7 +9,6 @@ ENV PATH="/home/albert/.local/bin:${PATH}" WORKDIR /home/albert ADD ./pyproject.toml ./pyproject.toml -RUN pip install --upgrade pip RUN pip install . ADD . /home/albert/app ENV PYTHONPATH="/home/albert/app:${PYTHONPATH}"