pull/1029/merge
Costa 2022-03-31 15:08:58 +00:00 committed by GitHub
commit 654fe58f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/nps /
COPY --from=builder /go/src/ehang.io/nps/web /web COPY --from=builder /go/src/ehang.io/nps/web /web
VOLUME /conf VOLUME /conf
CMD ["/nps"] CMD ["/nps", "service"]