feat: Add Docker package to GHCR

This commit is contained in:
April Hall 2025-02-23 21:59:45 -05:00
parent bb2a0787b1
commit 76eb635ab7
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B
2 changed files with 4 additions and 0 deletions

View File

@ -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"]

View File

@ -1,6 +1,7 @@
services:
chat-server:
container_name: svchat-server
image: ghcr.io/arithefirst/svchat
build:
context: .
environment: