Skip to content

Commit

Permalink
fix: Adjust workdir to /home/helm-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dadav committed Sep 22, 2024
1 parent 7aeb771 commit 04d13b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ RUN adduser -k /dev/null -u 10001 -D helm-schema \
COPY helm-schema /
USER 10001
VOLUME [ "/home/helm-schema" ]
WORKDIR /home/helm-schema
ENTRYPOINT ["/helm-schema"]

0 comments on commit 04d13b3

Please sign in to comment.