|
|
|
@ -18,7 +18,10 @@ RUN TGZ=`curl -s https://api.github.com/repos/go-gitea/gitea/releases/latest |jq
|
|
|
|
|
|
|
|
|
|
WORKDIR /gitea |
|
|
|
|
|
|
|
|
|
RUN make clean-all build |
|
|
|
|
# Don't clean the prebuild javascript assets |
|
|
|
|
# npm fails to build them |
|
|
|
|
#RUN make clean-all build |
|
|
|
|
RUN make build |
|
|
|
|
|
|
|
|
|
FROM registry.sindominio.net/debian |
|
|
|
|
|
|
|
|
|