libretunes-testing (test)

Published 2024-08-13 19:52:45 +00:00 by eta357

Installation

docker pull gitea.mregirouard.com/eta357/libretunes-testing:test
sha256:3e0b68fedfe6e23b04df058a8845955efbb72964195b5a399abfb2ab105e887f

Image Layers

LABEL license=MIT
LABEL description=LibreTunes, an open-source browser audio player and library manager built for collaborative listening.
COPY /app/target/x86_64-unknown-linux-musl/release/libretunes /libretunes # buildkit
COPY /app/target/site /site # buildkit
ENV LEPTOS_SITE_ADDR=0.0.0.0:3000
ENV LEPTOS_SITE_ROOT=/site
EXPOSE map[3000/tcp:{}]
ENTRYPOINT ["/libretunes"]

Labels

Key Value
description LibreTunes, an open-source browser audio player and library manager built for collaborative listening.
license MIT
Details
Container
2024-08-13 19:52:45 +00:00
0
OCI / Docker
linux/amd64
7.8 MiB
Versions (1) View all
test 2024-08-13