From 1ab85d64f74cae6ce5b8c166f2ce75d818cad355 Mon Sep 17 00:00:00 2001 From: April Hall Date: Sun, 23 Feb 2025 22:06:20 -0500 Subject: [PATCH] feat: Other image metadata --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24bde4e..eafd2f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,8 +38,10 @@ COPY --from=deps /app/node_modules node_modules/ 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.licenses GPL-3.0-only +LABEL org.opencontainers.image.description A simple chat app built with SvelteKit and Apache Cassandra EXPOSE 3000 CMD ["npm", "run", "production"] \ No newline at end of file