Skip to content

Commit

Permalink
Changed Streamlit command to run correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AIWithShrey authored Aug 5, 2024
1 parent c074247 commit 1854a14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 8051

CMD ["streamlit", "run", "app.py", "--host", "0.0.0.0"]
CMD ["streamlit", "run", "app.py", "--server.address", "0.0.0.0"]

0 comments on commit 1854a14

Please sign in to comment.