Commit ccb13db2 authored by nanahira's avatar nanahira

workdir

parent 1dd8d282
Pipeline #402 failed with stages
in 5 minutes and 40 seconds
...@@ -17,4 +17,6 @@ FROM alpine:latest ...@@ -17,4 +17,6 @@ FROM alpine:latest
COPY --from=builder /build/cqhttp /usr/bin/cqhttp COPY --from=builder /build/cqhttp /usr/bin/cqhttp
RUN chmod +x /usr/bin/cqhttp RUN chmod +x /usr/bin/cqhttp
ENTRYPOINT ["/usr/bin/cqhttp"] WORKDIR /data
ENTRYPOINT [ "/usr/bin/cqhttp" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment