Skip to content

Commit

Permalink
update docker cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Nov 6, 2023
1 parent 8593043 commit f3a63a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ WORKDIR /app
# We are installing a dependency here directly into our app source dir
RUN pip install -r requirements.txt

ENV PYTHONPATH /app
CMD ["python main.py"]
CMD ["python", "-m", "main.py"]
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
slack_webhook_url:
description: "The URL of the Slack channel webhook to use to send messages"
required: true
blueprint_identifier:
blueprint:
description: "The identifier of the blueprint in Port which you want to send reminders and reports about"
required: true
scorecard:
Expand Down

0 comments on commit f3a63a8

Please sign in to comment.