Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit f06a1ce

Browse files
committed
fix: innitctl permissions still not correct
1 parent 257addd commit f06a1ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/innitctl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ RUN mkdir -p /output && \
5252
chown -R app:app /output && \
5353
chmod -R 775 /output
5454

55-
ENTRYPOINT ["sh", "-c", "chown -R app:app /output; exec runuser -u app -- /usr/local/bin/innitctl \"$@\"", "--"]
55+
ENTRYPOINT ["/usr/local/bin/innitctl"]

0 commit comments

Comments
 (0)