Skip to content

Commit

Permalink
fix cmd (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanEmb authored Dec 10, 2024
1 parent 60645a2 commit aaa3724
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 @@ -10,4 +10,4 @@ ENV PYTHONPATH=.

RUN uv sync --frozen

CMD ["uv", "run", "streamlit", "run", "src/streamlit_frontend.py", "--server.port", "5006" ]
CMD ["uv", "run", "streamlit", "run", "src/frontend/Spacejam_Dashboard.py", "--server.port", "5006" ]

0 comments on commit aaa3724

Please sign in to comment.