Skip to content

Commit

Permalink
Fix broken docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Nov 5, 2024
1 parent fb4b3a7 commit 62e8112
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 @@ -61,4 +61,4 @@ ENV PATH="/app/.venv/bin:$PATH"
ENTRYPOINT []

# Command to run the Streamlit app
CMD ["python", "-m", "streamlit", "run", "aco_ref_converter/app.py", "--server.address", "0.0.0.0"]
CMD ["python", "-m", "streamlit", "run", "aco_camera_csv_converter/app.py", "--server.address", "0.0.0.0"]

0 comments on commit 62e8112

Please sign in to comment.