diff --git a/Dockerfile b/Dockerfile index 3c56ab5..ebb3c97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:slim WORKDIR /app EXPOSE 80 -ADD nginx.conf.sigil ./ +# ADD nginx.conf.sigil ./ COPY requirements.txt . RUN apt-get update && apt-get install -y gcc && pip install -r requirements.txt COPY . .