更新文档,优化docker-compose的网络自定义

This commit is contained in:
SliverHorn
2020-09-11 11:43:17 +08:00
parent ecfc8cd1e7
commit e3ccccd1f3
9 changed files with 803 additions and 887 deletions

View File

@@ -5,13 +5,11 @@ ENV GOPROXY=https://goproxy.io,direct
WORKDIR /go/src/gin-vue-admin
COPY server/ ./
RUN cat ./core/server.go
RUN cat ./config.yaml
COPY .docker-compose/shell/server-handle.sh .
RUN ls -al
RUN sh ./server-handle.sh
RUN rm -f server-handle.sh
RUN cat ./core/server.go
RUN cat ./config.yaml
RUN go env && go build -o server .