style(Dockerfile): 整理空白與檔尾換行

This commit is contained in:
2026-06-25 10:57:32 +00:00
parent 91dee30262
commit 2f0a1b72c1
+1
View File
@@ -4,6 +4,7 @@ FROM alpine:latest
RUN apk add --no-cache --no-check-certificate bash curl jq RUN apk add --no-cache --no-check-certificate bash curl jq
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]