update docker build

main
dugulingping 2024-01-22 00:02:22 +08:00
parent 219df7328c
commit c351ed4661
1 changed files with 1 additions and 1 deletions

View File

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