diff --git a/Dockerfile b/Dockerfile index 45a2cbe..e599beb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . /app WORKDIR /app RUN pip --no-cache-dir install -i ${PIPURL} --upgrade pip \ - && pip --no-cache-dir install -i ${PIPURL} -r requirement/requirement-dev.txt \ + && pip --no-cache-dir install -i ${PIPURL} -r requirement/min.txt \ && pip --no-cache-dir install -i ${PIPURL} gunicorn \ && chmod +x start.sh CMD ./start.sh \ No newline at end of file diff --git a/requirement/requirement-dev.txt b/requirement/min.txt similarity index 86% rename from requirement/requirement-dev.txt rename to requirement/min.txt index 7b61d56..065efee 100644 --- a/requirement/requirement-dev.txt +++ b/requirement/min.txt @@ -11,7 +11,8 @@ PyMySQL==1.0.2 psutil==5.8.0 Flask-Mail==0.9.1 sqlparse==0.4.2 -captcha==0.3 Pillow==8.2.0 python-dotenv==0.19.1 -webargs==8.0.1 \ No newline at end of file +webargs==8.0.1 +Flask-Session==0.4.0 +redis==4.1.0 \ No newline at end of file