From 80224522a6fde19a1a0b197841d14fb77f2e8ac0 Mon Sep 17 00:00:00 2001 From: Darren <27513732@qq.com> Date: Tue, 22 Aug 2023 15:29:54 +0800 Subject: [PATCH] Update DEV-SETUP.md --- appmanage/docs/DEV-SETUP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appmanage/docs/DEV-SETUP.md b/appmanage/docs/DEV-SETUP.md index 47bc2b66..528fe2b2 100644 --- a/appmanage/docs/DEV-SETUP.md +++ b/appmanage/docs/DEV-SETUP.md @@ -6,15 +6,15 @@ Install python3.6+ and Docker on your development environment, then ``` pip install -r requirements.txt -docker build https://github.com/Websoft9/websoft9.git#main:appmanage -t websoft9dev/appmanage:latest-rp +docker build https://github.com/Websoft9/websoft9.git#main:appmanage -t websoft9dev/appmanage:latest-pr docker network create websoft9 -git clone https://github.com/Websoft9/websoft9.git && cd websoft9/docker/appmanage && export APP_VERSION=latest-rp && docker compose up -d +git clone https://github.com/Websoft9/websoft9.git && cd websoft9/docker/appmanage && export APP_VERSION=latest-pr && docker compose up -d ``` ## API UI -Access API by: **http://Internet IP:port/docs** +Access API by: **http://Internet IP:5000/docs** ### Test Automation -Coming soon... \ No newline at end of file +Coming soon...