mirror of https://github.com/go-gitea/gitea.git
Use variables, when the're there
Why not use the environment variables, when they are there...
This commit is contained in:
parent
f36f9e07b7
commit
863a4d5bc4
|
@ -32,7 +32,7 @@ ENV GOGS_PATH $GOPATH/src/github.com/gogits/gogs
|
||||||
ENV GOGS_CUSTOM_CONF_PATH $GOGS_PATH/custom/conf
|
ENV GOGS_CUSTOM_CONF_PATH $GOGS_PATH/custom/conf
|
||||||
ENV GOGS_CUSTOM_CONF $GOGS_CUSTOM_CONF_PATH/app.ini
|
ENV GOGS_CUSTOM_CONF $GOGS_CUSTOM_CONF_PATH/app.ini
|
||||||
|
|
||||||
RUN git clone -b dev https://github.com/gogits/gogs.git $GOPATH/src/github.com/gogits/gogs
|
RUN git clone -b dev https://github.com/gogits/gogs.git $GOGS_PATH
|
||||||
# WORKDIR $GOGS_PATH
|
# WORKDIR $GOGS_PATH
|
||||||
WORKDIR /go/src/github.com/gogits/gogs
|
WORKDIR /go/src/github.com/gogits/gogs
|
||||||
RUN go get -d && go build
|
RUN go get -d && go build
|
||||||
|
|
Loading…
Reference in New Issue