1
0
Fork 0

Fix Kubernetes reference yml file

This commit is contained in:
Michael 2026-01-09 10:12:04 +01:00 committed by GitHub
parent c7487c4a69
commit 2b710f05b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 56 additions and 9 deletions

View file

@ -34,6 +34,7 @@ RUN apk --no-cache --no-progress add \
COPY ./scripts/verify.sh /verify.sh
COPY ./scripts/lint.sh /lint.sh
COPY ./scripts/lint-yaml.sh /lint-yaml.sh
WORKDIR /app
VOLUME ["/tmp","/app"]