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 69a048bde7

View file

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