This commit is contained in:
parent
4110287efb
commit
5e9da3e991
@ -5,6 +5,8 @@ WORKDIR /model_service/
|
|||||||
|
|
||||||
RUN pip3 install -r requirements.txt && pip3 install gunicorn
|
RUN pip3 install -r requirements.txt && pip3 install gunicorn
|
||||||
|
|
||||||
EXPOSE 8000
|
ENV GUNICORN_LOGLEVEL="info"
|
||||||
CMD ["gunicorn", "-b", "0.0.0.0:8000", "app:app"]
|
|
||||||
|
EXPOSE 8000
|
||||||
|
CMD ["gunicorn", "-b", "0.0.0.0:8000", "--log-level", "${GUNICORN_LOGLEVEL}", "app:app"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user