Skip to content

Commit

Permalink
Dockerfile: accept more argument #54
Browse files Browse the repository at this point in the history
  • Loading branch information
abdeladim-s committed Mar 11, 2024
1 parent ccafdd6 commit d7d12f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ COPY ./assets ./assets

RUN pip install .

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

0 comments on commit d7d12f4

Please sign in to comment.