From 1e6cfccb0ca0cd71f0306cd5ae1fc7dca6117186 Mon Sep 17 00:00:00 2001 From: jbergner Date: Mon, 4 May 2026 22:33:50 +0200 Subject: [PATCH] Bugfix --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 973c9c8..bed8580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file