Skip to content

Commit

Permalink
Hot fix: Path to the checks in chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jun 4, 2021
1 parent 233dc03 commit a4af813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .infrastructure/x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD . /infracheck
ADD .git /infracheck/
ADD .infrastructure /infracheck/

RUN chmod +x /infracheck/checks/*
RUN chmod +x /infracheck/infracheck/checks/*

ENV REFRESH_TIME="120" \
WAIT_TIME="0" \
Expand Down

0 comments on commit a4af813

Please sign in to comment.