feat: user items

This commit is contained in:
zzw
2026-08-24 15:57:08 +08:00
parent b7769ece4c
commit 132fb7c357
29 changed files with 1599 additions and 2031 deletions
-7
View File
@@ -32,13 +32,6 @@ RUN apk add --no-cache tzdata \
&& echo "Asia/Shanghai" > /etc/timezone
COPY --from=builder /out/main .
COPY rpc/user/*.pb \
rpc/order/*.pb \
rpc/product/*.pb \
rpc/admin/*.pb \
rpc/ad/*.pb \
rpc/lonelog/*.pb \
./etc/
EXPOSE 10000