Updated README.md with link to docker-README.md instead of link to Docker Hub
This commit is contained in:
parent
1930c23cd5
commit
f8736ebfe0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue