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

[apisix-dashboard] branch master updated: fix(deploy): failed to start manager_api (#363)

This is an automated email from the ASF dual-hosted git repository.

kvn 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 217cb00  fix(deploy): failed to start manager_api (#363)
217cb00 is described below

commit 217cb00d20313ef9ae3eae2149ba86e34c637d21
Author: Joey <ma...@gmail.com>
AuthorDate: Thu Aug 6 10:40:15 2020 +0800

    fix(deploy): failed to start manager_api (#363)
    
    Signed-off-by: imjoey <ma...@gmail.com>
---
 api/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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