fix: support legacy Docker builder on Edge nodes
This commit is contained in:
@@ -13,7 +13,7 @@ FROM alpine:3.21
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user