Updated README.md with link to docker-README.md instead of link to Docker Hub
This commit is contained in:
parent
6c0a4992f2
commit
a335ff0f9e
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue