jwt, first try not working

This commit is contained in:
2021-01-24 20:41:08 +01:00
parent 88e08029ec
commit 73b94e8aa2
3 changed files with 105 additions and 20 deletions

View File

@ -20,7 +20,9 @@ RUN \
pip3 install connexion && \
pip3 install connexion[swagger-ui] && \
pip3 install uwsgi && \
pip3 install flask-cors
pip3 install flask-cors && \
pip3 install python-jose[cryptography] && \
pip3 install six
RUN \
mkdir -p ${APP_DIR} && \