Skip to content

Commit

Permalink
Edit Docker CMD code
Browse files Browse the repository at this point in the history
  • Loading branch information
tuduun committed Mar 21, 2024
1 parent 637900c commit 999fa8b
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 @@ -30,4 +30,4 @@ WORKDIR /app/src
EXPOSE 8501

# Define the command to run your app using Poetry
CMD ["poetry", "run", "streamlit", "run", "main.py"]
CMD ["poetry", "run", "streamlit", "run", "src/app/main.py"]

0 comments on commit 999fa8b

Please sign in to comment.