Backend docker container setup
This commit is contained in:
commit
26b8557e3f
|
@ -0,0 +1,5 @@
|
||||||
|
FROM python:3
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
COPY ./requirements.txt /app/
|
||||||
|
RUN pip install -r requirements.txt
|
|
@ -0,0 +1,5 @@
|
||||||
|
jwcrypto
|
||||||
|
cryptography
|
||||||
|
flask
|
||||||
|
gunicorn
|
||||||
|
ldap3
|
Loading…
Reference in New Issue