fix: use JSON notation for ENTRYPOINT (DL3025)
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 28s
Docker Build and Push / test (pull_request) Successful in 14s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-12 13:48:56 -04:00
parent cb44f625da
commit ab055b86bc
+1 -1
View File
@@ -5,4 +5,4 @@ RUN apk add --no-cache bind-tools curl
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]