fix
All checks were successful
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
release-tag / release-image (push) Successful in 2m8s

This commit is contained in:
2025-10-25 14:32:53 +02:00
parent dd19c79aee
commit 284ba4bdd8
2 changed files with 3 additions and 3 deletions

View File

@@ -13,9 +13,8 @@ VOLUME ["/data"]
EXPOSE 8080
ENV API_TOKEN="" \
HTTP_PUBLIC=":8080" \
MANIFEST_PATH="/data" \
MANIFEST_PATH="/data/manifest.json" \
APP_VENDOR="YourVendor" \
APP_PRODUCT="YourProduct"
COPY --from=build /out/release-agent /release-agent
ENTRYPOINT ["/release-agent"]