missed entrypoint command in Dockerfile

This commit is contained in:
2024-10-19 13:03:47 +02:00
parent 4870383a06
commit 217a1e3a43

View File

@@ -4,3 +4,5 @@ RUN apk --update --no-cache add yq
COPY entrypoint.sh /entrypoint.sh
RUN chmod a+x /entrypoint.sh
CMD /entrypoint.sh