Skip to content

Commit

Permalink
fix: [streamlit,: not found (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin-jun-xiang committed Nov 9, 2023
1 parent a5d1c05 commit f339835
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 @@ -16,4 +16,4 @@ COPY . /app
EXPOSE 8501

# Define the default command to run the app using Python's module mode.
CMD ['streamlit', "run", "app.py"]
CMD ["streamlit", "run", "app.py"]

0 comments on commit f339835

Please sign in to comment.