Skip to content

Commit

Permalink
Merge pull request #183 from nicolasbock/dockerfile
Browse files Browse the repository at this point in the history
Make sure binaries are executable
  • Loading branch information
nicolasbock committed Sep 11, 2024
2 parents 3b4559a + a32e279 commit 06eb35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/monitor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ RUN update-ca-certificates
RUN mkdir /etc/athena/

COPY ./build/athena-monitor /athena-monitor
RUN chmod 755 /athena-monitor
1 change: 1 addition & 0 deletions cmd/processor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ RUN update-ca-certificates
RUN mkdir /etc/athena/

COPY ./build/athena-processor /athena-processor
RUN chmod 755 /athena-processor

0 comments on commit 06eb35d

Please sign in to comment.