Skip to content

Commit

Permalink
fix: mark cont-init.d as executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lustyn committed Mar 20, 2023
1 parent d14f4c8 commit 56d9ad4
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 @@ -61,7 +61,7 @@ COPY root/ /
# mark all local/bin as executable
RUN \
echo "**** permissions ****" && \
chmod a+x /usr/local/bin/*
chmod a+x /usr/local/bin/* /etc/cont-init.d/*

# environment settings
ENV \
Expand Down

0 comments on commit 56d9ad4

Please sign in to comment.