From 1b2868d68f10d9cdcd51df6d3e93c34ae2aaa414 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Tue, 21 Dec 2021 19:38:08 +0000 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2594bb6..081cc41 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An API centric chat server. Uses Sequelize and mariaDB by default. +This server is available via docker hub at krgamestudios/chat-server. + # Setup There are multiple ways to run this app - it can run on it's own via `npm start` (for production) or `npm run dev` (for development). it can also run inside docker using `docker-compose up --build` - run `node configure-script.js` to generate docker-compose.yml and startup.sql.