fixed entrypoint in native Docker image
This commit is contained in:
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user