Code refactoring. Added router and routes. Added static content.
This commit is contained in:
@@ -17,4 +17,4 @@ RUN git clone https://git.fiorinis.com/Home/streamlink-server.git .
|
||||
RUN pip install --no-cache-dir -r ./src/requirements.txt
|
||||
|
||||
EXPOSE 7860
|
||||
CMD ["uvicorn", "run:main_app", "--host", "0.0.0.0", "--reload", "--port", "7860", "--workers", "4"]
|
||||
CMD ["uvicorn", "src.stream_link_server:app", "--host", "0.0.0.0", "--reload", "--port", "7860", "--workers", "4"]
|
||||
Reference in New Issue
Block a user