This commit is contained in:
Zheng Kai
2023-06-16 14:59:16 +08:00
parent ba6e6f047c
commit 05fe88de8b
9 changed files with 256 additions and 7 deletions

View File

@@ -9,8 +9,6 @@ RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30.0
COPY . /project
RUN cd /project/proto && make
RUN /project/server/build/build-server.sh prod
# clean stage