1、change dockerfile config

This commit is contained in:
redhat 2025-05-21 17:20:07 +08:00
parent fa4ce210f4
commit bee4403490

View File

@ -30,7 +30,7 @@ COPY ./static .
COPY ./config . COPY ./config .
# 从builder镜像中把/dist/app 拷贝到当前目录 # 从builder镜像中把/dist/app 拷贝到当前目录
COPY --from=builder /build/app . COPY --from=builder /build/dash .
# 需要运行的命令 # 需要运行的命令
ENTRYPOINT ["/app/dash"] ENTRYPOINT ["/app/dash"]