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 .