Commit da5c2d12 authored by Matteo's avatar Matteo
Browse files

update to proxy server

parent 06f21da5
...@@ -10,4 +10,4 @@ RUN poetry install --no-cache --only main ...@@ -10,4 +10,4 @@ RUN poetry install --no-cache --only main
VOLUME [ "/data" ] VOLUME [ "/data" ]
CMD ["poetry", "run" "uvicorn", "src.server:app", "--host", "0.0.0.0", "--port", "80", "--log-config", "config/logger.yaml"] CMD ["poetry", "run", "uvicorn", "src.server:app", "--host", "0.0.0.0", "--port", "80", "--log-config", "config/logger.yaml", "--root-path", "/tape-audio-restoration"]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment