Updated README.md with link to docker-README.md instead of link to Docker Hub

This commit is contained in:
chimiana 2022-12-13 04:45:48 +00:00 committed by Gitea
parent 1930c23cd5
commit f8736ebfe0

View file

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