Fix latest docker image haven't include static files. (#9252)

* add warnging on docs

* fix docs
This commit is contained in:
Lunny Xiao
2019-12-06 01:18:28 +08:00
repo.diff.committed_by techknowlogick
repo.diff.parent d9c67a8c90
repo.diff.commit 48be1889cd
repo.diff.stats_desc%!(EXTRA int=4, int=22, int=16)

repo.diff.view_file

@@ -19,7 +19,7 @@ WORKDIR ${GOPATH}/src/code.gitea.io/gitea
#Checkout version if set
RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
&& make clean generate build
&& make clean build
FROM alpine:3.10
LABEL maintainer="maintainers@gitea.io"