diff --git a/Dockerfile b/Dockerfile index 032f3ba7..4ee49455 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:slim WORKDIR /app EXPOSE 8080 -ADD nginx.conf.sigil ./ +# ADD nginx.conf.sigil ./ COPY requirements.txt . RUN apt update && apt install -y build-essential git RUN pip install -r requirements.txt