add whitelist service
This commit is contained in:
11
dynaconf/Dockerfile
Normal file
11
dynaconf/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
from python:bullseye
|
||||
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install flask
|
||||
RUN pip install flask_sqlalchemy
|
||||
|
||||
COPY src src
|
||||
|
||||
|
||||
CMD ["python", "-u", "src/app.py"]
|
||||
Reference in New Issue
Block a user