From 76eb635ab7696c7281efbd72c15aabd039da8c84 Mon Sep 17 00:00:00 2001 From: April Hall Date: Sun, 23 Feb 2025 21:59:45 -0500 Subject: [PATCH] feat: Add Docker package to GHCR --- Dockerfile | 3 +++ compose.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 28718c8..24bde4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,5 +38,8 @@ COPY --from=deps /app/node_modules node_modules/ ENV NODE_ENV=production +# Link to GitHub Repo +LABEL org.opencontainers.image.source https://github.com/arithefirst/svchat + EXPOSE 3000 CMD ["npm", "run", "production"] \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 76187d4..5e8d37f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,7 @@ services: chat-server: container_name: svchat-server + image: ghcr.io/arithefirst/svchat build: context: . environment: