fix web location for binary artifact builds

This commit is contained in:
Umputun
2018-09-10 22:18:51 -05:00
parent 79b1c47005
commit ae8071ac00
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# compose file for local development
# starts backend on 8080 with basic auth "dev:password" and Dev oauth2 provider on port 8084, UI on https://127.0.0.1:8080/web
# starts backend on 8080 with basic auth "dev:password" and Dev oauth2 provider on port 8084, UI on http://127.0.0.1:8080/web
#
# mongo-related tests needs mongodb container running - docker run -d -name=mongo mongo:3.6 --smallfiles
# start build with backend tests: