We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299b178 commit eeff63cCopy full SHA for eeff63c
Dockerfile
@@ -20,5 +20,5 @@ WORKDIR /root/
20
COPY --from=builder /go/src/go-wows-bot/app .
21
COPY --from=builder /go/src/go-wows-bot/template/ ./template/
22
23
-CMD ["nohup ./app & && ./go-cqhttp"]
+CMD ["./app"]
24
0 commit comments