fix: support legacy Docker builder on Edge nodes

This commit is contained in:
Codex
2026-07-19 08:58:33 -07:00
parent 03176a7bd8
commit 6b8bfa58ba
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ FROM alpine:3.21
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
COPY --from=downloader /snell-server /usr/local/bin/snell-server COPY --from=downloader /snell-server /usr/local/bin/snell-server
COPY --chmod=755 entrypoint.sh /usr/local/bin/entrypoint.sh COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod 755 /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
+2 -2
View File
@@ -13,7 +13,7 @@ FROM alpine:3.21
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
COPY --from=downloader /snell-server /usr/local/bin/snell-server COPY --from=downloader /snell-server /usr/local/bin/snell-server
COPY --chmod=755 entrypoint.sh /usr/local/bin/entrypoint.sh COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod 755 /usr/local/bin/entrypoint.sh
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]