chore: update readme with deploy guide

This commit is contained in:
Steven 2023-07-02 23:32:00 +08:00
parent 532699e1b6
commit 84bc7ae922

View File

@ -6,6 +6,12 @@
Let's Simplify, Share, and Save your links with **Shortify**. Let's Simplify, Share, and Save your links with **Shortify**.
## Deploy with Docker in seconds
```bash
docker run -d --name shortify -p 5231:5231 -v ~/.shortify/:/var/opt/shortify stevenlgtm/shortify:latest
```
## Demo ## Demo
![demo](./resources/demo.gif) ![demo](./resources/demo.gif)