mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 16:40:52 +00:00
Fix latest docker image haven't include static files. (#9252)
* add warnging on docs * fix docs
This commit is contained in:
parent
d9c67a8c90
commit
48be1889cd
4 changed files with 22 additions and 16 deletions
|
@ -106,6 +106,8 @@ To include assets, add the `bindata` tag:
|
|||
TAGS="bindata" make build
|
||||
```
|
||||
|
||||
WARNING: `generate` method is deprecated and using it may cause build to miss some static files.
|
||||
|
||||
In the default release build of our continuous integration system, the build
|
||||
tags are: `TAGS="bindata sqlite sqlite_unlock_notify"`. The simplest
|
||||
recommended way to build from source is therefore:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue