diff --git a/cmd/monitor/Dockerfile b/cmd/monitor/Dockerfile index 5718e92..0551aa7 100644 --- a/cmd/monitor/Dockerfile +++ b/cmd/monitor/Dockerfile @@ -19,3 +19,4 @@ RUN update-ca-certificates RUN mkdir /etc/athena/ COPY ./build/athena-monitor /athena-monitor +RUN chmod 755 /athena-monitor diff --git a/cmd/processor/Dockerfile b/cmd/processor/Dockerfile index 92e49ad..5633ecf 100644 --- a/cmd/processor/Dockerfile +++ b/cmd/processor/Dockerfile @@ -21,3 +21,4 @@ RUN update-ca-certificates RUN mkdir /etc/athena/ COPY ./build/athena-processor /athena-processor +RUN chmod 755 /athena-processor