2025-03-08
This commit is contained in:
parent
ad01868a9f
commit
2dd3c05805
19 changed files with 389 additions and 112 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue