1、change dockerfile config
This commit is contained in:
parent
fa4ce210f4
commit
bee4403490
@ -30,7 +30,7 @@ COPY ./static .
|
||||
COPY ./config .
|
||||
|
||||
# 从builder镜像中把/dist/app 拷贝到当前目录
|
||||
COPY --from=builder /build/app .
|
||||
COPY --from=builder /build/dash .
|
||||
|
||||
# 需要运行的命令
|
||||
ENTRYPOINT ["/app/dash"]
|
||||
|
Loading…
Reference in New Issue
Block a user