diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d82d4da..06f7ec7 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,7 +10,7 @@ env: jobs: build_and_test: name: Rust project - latest - runs-on: rustup-all + runs-on: rustup-all-musl strategy: matrix: toolchain: diff --git a/Dockerfile b/Dockerfile index 4c2a440..b19fb23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ WORKDIR / COPY ./target/x86_64-unknown-linux-musl/release/gpodder-rs /gpodder-rs COPY ./Rocket.toml /Rocket.toml +COPY ./templates /templates VOLUME ["/data/"] CMD ["/gpodder-rs"]