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
1 changed files with 3 additions and 2 deletions

View File

@ -139,12 +139,13 @@ NODE_ENV=production yarn run rebuild && yarn run migrate
pm2 start "NODE_ENV=production yarn start" --name Calckey 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 ### 🐳 Docker Compose
Shorter version:
```sh ```sh
docker-compose build docker-compose build
docker-compose run --rm web yarn run init docker-compose run --rm web yarn run init