fixed entrypoint in native Docker image

This commit is contained in:
2025-02-25 22:26:29 +08:00
parent cd28563985
commit c818463a2e

View File

@@ -20,4 +20,4 @@ FROM scratch AS release-native
ADD rbcs-cli.upx /rbcs/rbcs-cli ADD rbcs-cli.upx /rbcs/rbcs-cli
ENV RBCS_CONFIGURATION_DIR="/rbcs" ENV RBCS_CONFIGURATION_DIR="/rbcs"
WORKDIR /rbcs WORKDIR /rbcs
ENTRYPOINT ["./rbcs/rbcs-cli"] ENTRYPOINT ["/rbcs/rbcs-cli"]