Skip to content

Commit

Permalink
remove chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
captncraig committed Jun 21, 2024
1 parent ad36a34 commit 98d7f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*


COPY --from=build --chown=$UID --chmod=770 /src/alloy/build/alloy /bin/alloy
COPY --from=build --chown=$UID /src/alloy/build/alloy /bin/alloy
COPY --chown=$UID example-config.alloy /etc/alloy/config.alloy

# Create alloy user in container, but do not set it as default
Expand Down

0 comments on commit 98d7f21

Please sign in to comment.