- Add Dockerfile
- Add Config in backend using env vars - Clean up mock actor
This commit is contained in:
parent
cbffbc92a6
commit
b6f8b54bc2
9 changed files with 121 additions and 36 deletions
8
backend/Dockerfile
Normal file
8
backend/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM python:3-alpine
|
||||
|
||||
RUN apk --no-cache add build-base openldap-dev python2-dev python3-dev
|
||||
RUN pip3 install python-ldap requests coloredlogs
|
||||
|
||||
COPY ./* ./
|
||||
|
||||
ENTRYPOINT [ "python3", "mlmAccess.py" ]
|
Loading…
Add table
Add a link
Reference in a new issue