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