Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Port binding does not work unless it is exposed in its Dockerfile.
  • Loading branch information
bkoroglu1 committed Jun 5, 2024
1 parent 0147856 commit 64986d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ COPY ./assets ./assets

RUN pip install .

EXPOSE 8501

ENTRYPOINT ["python", "src/subsai/webui.py", "--server.fileWatcherType", "none", "--browser.gatherUsageStats", "false"]

0 comments on commit 64986d9

Please sign in to comment.