2025-03-08

This commit is contained in:
gcch 2025-03-08 12:09:15 +01:00
commit 2dd3c05805
19 changed files with 389 additions and 112 deletions

View file

@ -22,11 +22,13 @@ COPY . .
ENV NODE_ENV=production
RUN bun --bun vite build
# TODO: Supprimer les fichiers par défaut Angie.
# Créé le nécessaire pour Angie, le proxy inversé servant l'application.
FROM docker.angie.software/angie:minimal AS release
COPY --from=prerelease /usr/src/app/dist/ /usr/share/angie/html/
COPY containers/angie/default.conf /etc/angie/http.d/default.conf
# TODO: Finir ça.
# Met en place les métadonnées OCI.
LABEL org.opencontainers.image.title=journal-media-vue \
org.opencontainers.image.description="A modern client-server application for the Soulseek file sharing network" \