Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dee0sap committed Jan 4, 2025
1 parent bce30a9 commit 420bd32
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 @@ -3,7 +3,7 @@ FROM docker.io/bitnami/kubectl:1.31.4
USER root
RUN mkdir -p /toi/outputs; mkdir -p /toi/inputs; chown -R 1001:1001 /toi

USER 1001
#USER 1001 # See https://github.com/open-component-model/ocm-project/issues/359
COPY ./scripts/entrypoint.sh /toi/run

ENTRYPOINT [ "/bin/bash", "/toi/run" ]
Expand Down

0 comments on commit 420bd32

Please sign in to comment.