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...