diff --git a/Dockerfile b/Dockerfile index b4a1325..b411380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,7 @@ COPY ./assets ./assets RUN pip install . +EXPOSE 8501 + ENTRYPOINT ["python", "src/subsai/webui.py", "--server.fileWatcherType", "none", "--browser.gatherUsageStats", "false"]