api
This commit is contained in:
parent
ce50880530
commit
9ad6dd49f0
|
@ -9,10 +9,10 @@ RUN export GOROOT=/usr/local/go1.21.4 && \
|
|||
export GOPRIVATE=gitlab.batiao8.com && \
|
||||
export PATH=$PATH:$GOROOT/bin && \
|
||||
go mod tidy && \
|
||||
go build cmd/worker/enter_worker.go && \
|
||||
go build cmd/server/enter_server.go && \
|
||||
mv enter_server /app/bin && \
|
||||
mv enter_worker /app/bin && \
|
||||
go build cmd/worker/enterprise-api.go && \
|
||||
go build cmd/server/enterprise-worker.go && \
|
||||
mv enterprise-api /app/bin && \
|
||||
mv enterprise-worker /app/bin && \
|
||||
cp -r conf /app && \
|
||||
cp start.sh /app && \
|
||||
chmod +x /app/start.sh
|
||||
|
|
Loading…
Reference in New Issue