diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-12-06 01:18:28 +0800 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-12-05 12:18:28 -0500 |
commit | 48be1889cd0f0419cfdfb2ad54542e8dd3bbb5f4 (patch) | |
tree | 85e963cc83cc52c4f62730d767800581c0d8ce4c /docs/content/doc/installation/from-source.en-us.md | |
parent | d9c67a8c903fa9927bad28f5fcb816f89f8200eb (diff) | |
download | gitea-48be1889cd0f0419cfdfb2ad54542e8dd3bbb5f4.tar.gz gitea-48be1889cd0f0419cfdfb2ad54542e8dd3bbb5f4.zip |
Fix latest docker image haven't include static files. (#9252)
* add warnging on docs
* fix docs
Diffstat (limited to 'docs/content/doc/installation/from-source.en-us.md')
-rw-r--r-- | docs/content/doc/installation/from-source.en-us.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/installation/from-source.en-us.md b/docs/content/doc/installation/from-source.en-us.md index f5e12182a3..270085e9e8 100644 --- a/docs/content/doc/installation/from-source.en-us.md +++ b/docs/content/doc/installation/from-source.en-us.md @@ -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: |