@ -29,8 +29,7 @@ WORKDIR /gitea
# Don't clean the prebuild javascript assets
# npm fails to build them
#RUN make clean-all build
RUN which go
RUN make build
RUN make build GO=/usr/local/go/bin/go
FROM registry.sindominio.net/debian