Skip to content

Commit

Permalink
Give values to env variables #1564
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Mar 7, 2022
1 parent 1ed1f8d commit d1eae24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingestion/monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ RUN poetry install
# notice I haven't set the environment variable values or args here.
# the slack webhook and AWS region should be configured in the job definition,
# and the args should be configured at submission time
ENV AWS_REGION
ENV SLACK_WEBHOOK
ENV AWS_REGION $AWS_REGION
ENV SLACK_WEBHOOK $SLACK_WEBHOOK
CMD ["poetry", "run", "python3", "./errorLogsToSlack.py"]

0 comments on commit d1eae24

Please sign in to comment.