fix nps dockerfile

pull/1029/head
aschenmaker 2022-03-31 23:07:08 +08:00
parent ab648d6f0c
commit 78b2c4fc82
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ FROM scratch
COPY --from=builder /go/src/ehang.io/nps/nps /
COPY --from=builder /go/src/ehang.io/nps/web /web
VOLUME /conf
CMD ["/nps"]
CMD ["/nps", "service"]