FGNevermind, this does the trick FROM python:3.7.2-stretch WORKDIR /app RUN pip install flask uwsgi RUN pip freeze > requirements.txt CMD export FLASK_APP=index.py && flask run -h 0.0.0.0Reply·Article·Nov 6, 2019·Use nginx as JWT authentication middleware
FGwhat docker base image were you using for flask? (I am asking because ehsanfa/flask no longer exists in hub.docker.com) ThanksComment·Article·Nov 6, 2019·Use nginx as JWT authentication middleware