Commit 4e0434ce authored by brent's avatar brent

modify dockerfile

parent 54000bad
...@@ -9,6 +9,8 @@ RUN go env -w CGO_ENABLED="1" ...@@ -9,6 +9,8 @@ RUN go env -w CGO_ENABLED="1"
WORKDIR /build WORKDIR /build
RUN git clone https://code.wuban.net.cn/odysseus/aon-app-server
RUN cd /build/aon-app-server && go build -o /aon-app-server RUN cd /build/aon-app-server && go build -o /aon-app-server
FROM alpine FROM alpine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment