Switch container to add support for building for musl
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user