github-actions[bot] commited on
Commit
031214b
·
1 Parent(s): 42e161b

Sync with https://github.com/mozilla-ai/document-to-podcast

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN pip3 install document-to-podcast
23
  COPY --chown=user . $HOME/app
24
 
25
  EXPOSE 8501
26
- ENTRYPOINT ["python3", "app.py"]
 
23
  COPY --chown=user . $HOME/app
24
 
25
  EXPOSE 8501
26
+ ENTRYPOINT ["streamlit", "run", "app.py"]