:octocat:

This commit is contained in:
Liang Ding 2014-11-20 16:08:17 +08:00
parent 80ef5a22bc
commit 7cefee2c80
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ MAINTAINER Liang Ding <dl88250@gmail.com>
ADD . /wide/gogogo/src/github.com/b3log/wide
RUN useradd wide && mkdir -p /wide/gogogo/ && chown -R wide:wide /wide
RUN useradd wide && chown -R wide:wide /wide
USER wide
ENV GOROOT /usr/src/go