Files
cloudix_mcp_server ab055b86bc
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
fix: use JSON notation for ENTRYPOINT (DL3025)
2026-06-12 13:48:56 -04:00

8 lines
134 B
Docker

FROM alpine:3.24
# hadolint ignore=DL3018
RUN apk add --no-cache bind-tools curl
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]