feat: Add Docker package to GHCR
This commit is contained in:
parent
bb2a0787b1
commit
76eb635ab7
@ -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"]
|
@ -1,6 +1,7 @@
|
||||
services:
|
||||
chat-server:
|
||||
container_name: svchat-server
|
||||
image: ghcr.io/arithefirst/svchat
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user