replace all global variables with right value

This commit is contained in:
Lunny Xiao
2024-08-31 23:14:38 -07:00
parent f1ce141716
commit 1f23956442
31 changed files with 216 additions and 148 deletions
@@ -21,7 +21,7 @@ In order to get file rendering through external binaries, their associated packa
If you're using a Docker image, your `Dockerfile` should contain something along this lines:
```docker
FROM gitea/gitea:@version@
FROM gitea/gitea:@dockerVersion@
[...]
COPY custom/app.ini /data/gitea/conf/app.ini