You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2020/08/27 13:58:13 UTC

[apisix-dashboard] branch master updated: fix: after update master, login return error again #416 (#420)

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

chenjunxu 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 dc3247f  fix: after update master, login return error again #416 (#420)
dc3247f is described below

commit dc3247f97b73833d12ac69f71e572f470d894f2d
Author: nic-chen <33...@users.noreply.github.com>
AuthorDate: Thu Aug 27 21:58:04 2020 +0800

    fix: after update master, login return error again #416 (#420)
---
 compose/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml
index 78d3914..5d432bf 100644
--- a/compose/docker-compose.yml
+++ b/compose/docker-compose.yml
@@ -96,7 +96,7 @@ services:
     environment:
       - ENV=prod
     volumes:
-      - ./manager_conf/build.sh:/root/manager-api/build.sh
+      - ./manager_conf/build.sh:/go/manager-api/build.sh
     networks:
       apisix-dashboard:
         ipv4_address: 192.17.5.15