feat: Other image metadata

This commit is contained in:
April Hall 2025-02-23 22:06:20 -05:00
parent f4f66bb85a
commit 1ab85d64f7
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -38,8 +38,10 @@ COPY --from=deps /app/node_modules node_modules/
ENV NODE_ENV=production ENV NODE_ENV=production
# Link to GitHub Repo # Link to GitHub Repo & Other Metadata
LABEL org.opencontainers.image.source https://github.com/arithefirst/svchat LABEL org.opencontainers.image.source https://github.com/arithefirst/svchat
LABEL org.opencontainers.image.licenses GPL-3.0-only
LABEL org.opencontainers.image.description A simple chat app built with SvelteKit and Apache Cassandra
EXPOSE 3000 EXPOSE 3000
CMD ["npm", "run", "production"] CMD ["npm", "run", "production"]