From 2bd1970c590fa65ee6b5626ecd3b4ebd661c57aa Mon Sep 17 00:00:00 2001 From: rrr-marble Date: Mon, 7 Mar 2022 21:19:38 +0300 Subject: [PATCH] del: redundant cleaning --- docker/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1018bec..f6888a3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,8 +8,6 @@ RUN pip install wheel RUN pip install -r /app/geodata/requirements.txt RUN pip install gunicorn uvicorn -RUN rm -rf /var/lib/apt/lists/* - EXPOSE 8000 WORKDIR /app