This commit is contained in:
jiangyong27 2025-03-06 17:48:13 +08:00
parent 391b861a87
commit 571d0e6261
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ RUN export GOROOT=/usr/local/go1.21.4 && \
go mod tidy && \
go build cmd/worker/worker.go && \
go build cmd/server/server.go && \
mv enterprise /app/bin && \
mv server /app/bin && \
mv worker /app/bin && \
cp -r conf /app && \
cp start.sh /app && \
chmod +x /app/start.sh