FangSen9000 commented on code in PR #2604:
URL: https://github.com/apache/apisix-dashboard/pull/2604#discussion_r953876832
##########
Dockerfile:
##########
@@ -20,7 +20,7 @@ ARG APISIX_DASHBOARD_VERSION=master
RUN set -x \
&& apk add --no-cache --virtual .builddeps git \
- && git clone https://github.com/apache/apisix-dashboard.git -b
${APISIX_DASHBOARD_VERSION} /usr/local/apisix-dashboard \
+ && git clone https://github.com/FangSen9000/apisix-dashboard.git -b
${APISIX_DASHBOARD_VERSION} /usr/local/apisix-dashboard \
Review Comment:
If I keep it as it is, the original warehouse that has not been changed will
only report an error. In order to prove that my change is effective, I link to
my changed warehouse. Just like RPM workflow. Before merging, please remind me
to change it back.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]