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