Temp commit
parent
2e8d5c2eb3
commit
5f4b5c1557
|
@ -13,10 +13,12 @@ RUN apt-get update && apt-get install --yes --force-yes curl git mercurial zip w
|
||||||
RUN curl -s http://docker.u.qiniudn.com/go1.2.1.src.tar.gz | tar -v -C /usr/local -xz
|
RUN curl -s http://docker.u.qiniudn.com/go1.2.1.src.tar.gz | tar -v -C /usr/local -xz
|
||||||
RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
|
RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
|
||||||
|
|
||||||
RUN go get -u github.com/gogits/gogs
|
RUN http_proxy=106.187.38.45:3128 go get -u github.com/gogits/gogs
|
||||||
RUN cd $GOPATH/src/github.com/gogits/gogs && go build
|
RUN cd $GOPATH/src/github.com/gogits/gogs && go build
|
||||||
|
|
||||||
RUN apt-get autoremove -y
|
RUN apt-get autoremove -y
|
||||||
RUN apt-get clean all
|
RUN apt-get clean all
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
CMD ["./$GOPATH/src/github.com/gogits/gogs/gogs"]
|
||||||
|
|
|
@ -15,4 +15,5 @@ RUN apt-get autoremove -y
|
||||||
RUN apt-get clean all
|
RUN apt-get clean all
|
||||||
|
|
||||||
EXPOSE 3306
|
EXPOSE 3306
|
||||||
|
|
||||||
CMD ["/usr/bin/mysqld_safe", "--skip-syslog", "--log-error=/dev/null"]
|
CMD ["/usr/bin/mysqld_safe", "--skip-syslog", "--log-error=/dev/null"]
|
||||||
|
|
Loading…
Reference in New Issue