From f3a63a8836dde80cac219c0ff90feb153ea66803 Mon Sep 17 00:00:00 2001 From: tankilevitch Date: Mon, 6 Nov 2023 20:18:29 +0200 Subject: [PATCH] update docker cmd --- Dockerfile | 3 +-- action.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 329d67b..52c9259 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["python", "-m", "main.py"] \ No newline at end of file diff --git a/action.yml b/action.yml index 3159e48..9809ff5 100644 --- a/action.yml +++ b/action.yml @@ -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: