From d5ed49255476b9a328783ed4f8c657d4ad844158 Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Fri, 6 Oct 2023 05:40:37 +0300 Subject: [PATCH] redeploy --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ebb3c97..610e90b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM python:slim WORKDIR /app EXPOSE 80 -# ADD nginx.conf.sigil ./ COPY requirements.txt . RUN apt-get update && apt-get install -y gcc && pip install -r requirements.txt COPY . .