Skip to content

Commit

Permalink
fix issue about cannot perssit logs from docker version nps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jireh012 committed Aug 9, 2022
1 parent 7e6d8ae commit 1049079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.nps
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 1049079

Please sign in to comment.