Add initial setup and admin page
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine
|
||||
WORKDIR /
|
||||
|
||||
COPY ./target/x86_64-unknown-linux-musl/release/gpodder-rs /gpodder-rs
|
||||
COPY ./Rocket.toml /Rocket.toml
|
||||
|
||||
VOLUME ["/data/"]
|
||||
CMD ["/gpodder-rs"]
|
||||
# ENTRYPOINT ["/bin/sh"]
|
||||
EXPOSE 8000/tcp
|
||||
Reference in New Issue
Block a user