diff --git a/Dockerfile b/Dockerfile index 5cf8cfb..b21b598 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,5 @@ RUN go env -w GO111MODULE=on RUN go env -w GOPROXY=https://goproxy.cn,direct RUN go mod tidy RUN go build -o app . -WORKDIR /dist EXPOSE 9090 -CMD ["/dist/app"] \ No newline at end of file +CMD ["/home/gin/dist/app"] \ No newline at end of file