Skip to content

Commit eeff63c

Browse files
authored
Update Dockerfile
1 parent 299b178 commit eeff63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ WORKDIR /root/
2020
COPY --from=builder /go/src/go-wows-bot/app .
2121
COPY --from=builder /go/src/go-wows-bot/template/ ./template/
2222

23-
CMD ["nohup ./app & && ./go-cqhttp"]
23+
CMD ["./app"]
2424

0 commit comments

Comments
 (0)