binge_buddy (v0.1.2)
Published 2024-12-28 12:49:59 +00:00 by MatzHilven
Installation
docker pull git.matzhilven.com/matzhilven/binge_buddy:v0.1.2
sha256:9455b9823dd1be93d679f4e4f87887c62191b4d27c95dd9002d6c609de7dfccb
Image Layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000' |
WORKDIR /usr/app |
COPY /usr/src/frontend/build /usr/app/frontend/build # buildkit |
COPY /usr/src/frontend/build/index.html /usr/app/frontend/build/index.html # buildkit |
COPY /usr/src/config /usr/app/config # buildkit |
COPY /usr/src/target/release/binge_buddy-cli /usr/app/binge_buddy-cli # buildkit |
ENTRYPOINT ["/usr/app/binge_buddy-cli"] |
CMD ["start" "-e" "production"] |