Python docker
This commit is contained in:
9
Python.Dockerfile
Normal file
9
Python.Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM python:3.8
|
||||
|
||||
COPY ./bin /usr/opt/incoviba
|
||||
|
||||
WORKDIR /usr/opt/incoviba/informes
|
||||
|
||||
RUN pip install gunicorn pandas xlsxwriter httpx flask numpy
|
||||
|
||||
CMD ["gunicorn", "-w", "4", "app:app"]
|
Reference in New Issue
Block a user