diff --git a/Dockerfile b/Dockerfile index ad8b6fa..29254d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["python", "-m", "streamlit", "run", "aco_camera_csv_converter/app.py", "--server.address", "0.0.0.0"] \ No newline at end of file