@@ -6,5 +6,5 @@ RUN mkdir -p /tmp/build
|
|||||||
Add . /tmp/build/
|
Add . /tmp/build/
|
||||||
WORKDIR /tmp/build
|
WORKDIR /tmp/build
|
||||||
RUN sed -i"" -e "s/localhost/redis/g" config/config.yml
|
RUN sed -i"" -e "s/localhost/redis/g" config/config.yml
|
||||||
RUN sed -i"" -e "s/localhost/redis/g" gorush/*.go
|
RUN sed -i"" -e "s/localhost/redis/g" gorush/status_test.go
|
||||||
RUN go get -v -d -t ./...
|
RUN go get -v -d -t ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user