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