7.8 解决bug

This commit is contained in:
zhangsan 2025-07-09 17:28:22 +08:00
parent c2c7537975
commit 7877d76ad7

View File

@ -36,7 +36,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# 把构建产物拷过来
COPY --from=builder \
/workspace/group-buying-sys-app/target/group-buying-sys-app-*.jar \
/workspace/group-buying-sys-app/target/group-buying-sys-app.jar \
app.jar
# 暴露端口,按需改