You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/24 11:32:37 UTC

[apisix-dashboard] branch master updated: Update Dockerfile

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 ea827bf  Update Dockerfile
ea827bf is described below

commit ea827bfd2789c2d939a2517b279170cccdadf35b
Author: 琚致远 <ju...@apache.org>
AuthorDate: Mon Aug 24 19:32:31 2020 +0800

    Update Dockerfile
---
 api/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/Dockerfile b/api/Dockerfile
index bba8f0a..207497d 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/ash", "-c", "/root/manager-api/build.sh"]
+CMD ["/bin/sh", "-c", "/root/manager-api/build.sh"]