mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: ♻️ Use new Versia branding everywhere
This commit is contained in:
parent
b734d8ad67
commit
cc54e95e92
68 changed files with 147 additions and 154 deletions
|
|
@ -19,11 +19,11 @@ FROM oven/bun:1.1.24-alpine AS final
|
|||
COPY --from=builder /app/.output/ /app
|
||||
|
||||
LABEL org.opencontainers.image.authors="Gaspard Wierzbinski (https://cpluspatch.com)"
|
||||
LABEL org.opencontainers.image.source="https://github.com/lysand-org/frontend"
|
||||
LABEL org.opencontainers.image.vendor="Lysand Org"
|
||||
LABEL org.opencontainers.image.source="https://github.com/versia-pub/frontend"
|
||||
LABEL org.opencontainers.image.vendor="Versia"
|
||||
LABEL org.opencontainers.image.licenses="AGPL-3.0"
|
||||
LABEL org.opencontainers.image.title="Lysand-FE"
|
||||
LABEL org.opencontainers.image.description="Frontend for the Lysand Project"
|
||||
LABEL org.opencontainers.image.title="Versia-FE"
|
||||
LABEL org.opencontainers.image.description="Frontend for the Versia Server Project"
|
||||
|
||||
WORKDIR /app
|
||||
CMD ["bun", "run", "server/index.mjs"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue