This commit is contained in:
Liang Ding 2015-08-05 11:27:38 +08:00
parent e76d4f3fd9
commit d1fe1d757a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM golang:cross
MAINTAINER Liang Ding <dl88250@gmail.com>
ADD . /wide/gogogo/src/github.com/b3log/wide
ADD ./golang.org /wide/gogogo/src/
RUN unzip /wide/gogogo/src/github.com/b3log/wide/golang.org.zip -d /wide/gogogo/src/
RUN useradd wide && useradd runner