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 . .