update docker build

main
dugulingping 2024-01-22 00:06:45 +08:00
parent c351ed4661
commit f7909b32e8
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ COPY --from=builder /app/server /server
EXPOSE 8080
# 运行应用程序
ENTRYPOINT ["/app/server"]
ENTRYPOINT ["/server"]