Bugfix
All checks were successful
release-tag / release-image (push) Successful in 6m4s

This commit is contained in:
2026-05-04 22:33:50 +02:00
parent 270c13af5b
commit 1e6cfccb0c

View File

@@ -24,4 +24,6 @@ ENV RW_ADDR=":8080" \
RW_DISCORD_SEND_DMS="false"
COPY --from=build /out/patchping /patchping
COPY --from=build /src/templates /templates
COPY --from=build /src/static /static
ENTRYPOINT ["/patchping"]