Added root path for webcontrol API
This commit is contained in:
parent
be3bd11632
commit
59ee8e64b7
|
@ -2,7 +2,7 @@ FROM python:3.11
|
|||
WORKDIR /code
|
||||
|
||||
ENTRYPOINT ["uvicorn", "webcontrol:api", "--host", "0.0.0.0", "--port", "80"]
|
||||
CMD ["--log-level", "warning"]
|
||||
CMD ["--root-path", "/webcontrol", "--log-level", "warning"]
|
||||
|
||||
RUN pip3 install --upgrade pip
|
||||
|
||||
|
|
Loading…
Reference in New Issue