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