mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
replace all global variables with right value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user