This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 7bd46b2 Revert "Update Dockerfile"
7bd46b2 is described below
commit 7bd46b2971cbeed6df3473572fc9a8f43e2b379e
Author: juzhiyuan <[email protected]>
AuthorDate: Mon Aug 24 20:00:51 2020 +0800
Revert "Update Dockerfile"
This reverts commit ea827bfd2789c2d939a2517b279170cccdadf35b.
---
api/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/Dockerfile b/api/Dockerfile
index 207497d..bba8f0a 100644
--- a/api/Dockerfile
+++ b/api/Dockerfile
@@ -46,4 +46,4 @@ COPY --from=build-env /root/manager-api/* /root/manager-api/
COPY --from=build-env /usr/share/zoneinfo/Hongkong /etc/localtime
EXPOSE 8080
RUN chmod +x ./build.sh
-CMD ["/bin/sh", "-c", "/root/manager-api/build.sh"]
+CMD ["/bin/ash", "-c", "/root/manager-api/build.sh"]