Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop

This commit is contained in:
ThatOneCalculator 2022-11-09 19:07:58 -08:00
commit d72bbb4178

View file

@ -180,7 +180,7 @@ pm2 start "NODE_ENV=production yarn start" --name Calckey
### 🐋 Prebuilt Docker image
```sh
docker pull thatonecalculator:calckey
docker pull thatonecalculator/calckey
docker up -d
```