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
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
|
# Link to GitHub Repo
|
||||||
|
LABEL org.opencontainers.image.source https://github.com/arithefirst/svchat
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["npm", "run", "production"]
|
CMD ["npm", "run", "production"]
|
@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
chat-server:
|
chat-server:
|
||||||
container_name: svchat-server
|
container_name: svchat-server
|
||||||
|
image: ghcr.io/arithefirst/svchat
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user