From f8736ebfe07da8320a641a2c59077fa9aed11ae7 Mon Sep 17 00:00:00 2001 From: chimiana Date: Tue, 13 Dec 2022 04:45:48 +0000 Subject: [PATCH] Updated README.md with link to docker-README.md instead of link to Docker Hub --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0dd1abb1..6b4259366 100644 --- a/README.md +++ b/README.md @@ -139,12 +139,13 @@ NODE_ENV=production yarn run rebuild && yarn run migrate pm2 start "NODE_ENV=production yarn start" --name Calckey ``` -### 🐋 Prebuilt Docker image +### 🐋 Docker -[thatonecalculator/calckey docker image](https://hub.docker.com/r/thatonecalculator/calckey) at Docker Hub. +[How to run Calckey with Docker](/docker-README.md). ### 🐳 Docker Compose +Shorter version: ```sh docker-compose build docker-compose run --rm web yarn run init