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: