From 16189c85dccbe30e289082e8fd0da7ddfa2e865a Mon Sep 17 00:00:00 2001 From: Gunther Weissenbaeck Date: Sun, 17 Nov 2024 11:16:43 +0100 Subject: [PATCH] new flake on production --- app/Dockerfile.prod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Dockerfile.prod b/app/Dockerfile.prod index 25e6210..de08dbe 100644 --- a/app/Dockerfile.prod +++ b/app/Dockerfile.prod @@ -17,10 +17,10 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends gcc # lint -RUN pip install --upgrade pip -RUN pip install flake8==6.0.0 -COPY . . -RUN flake8 --ignore=E501,F401 . +# RUN pip install --upgrade pip +# RUN pip install flake8==6.0.0 +# COPY . . +# RUN flake8 --ignore=E501,F401 . # install python dependencies COPY requirements.txt .