Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
Signed-off-by: frank-bee <Frank.Bernhardt@bosch.com>
  • Loading branch information
frank-bee committed Jun 18, 2021
1 parent 9b917d3 commit 73c64b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ tasks:
./register-did.sh
command: |
eval $(gp env -e)
docker-compose -f docker-compose.yml up acapy
docker-compose -f docker-compose.dev yml up aca-py
- name: dev backend
init: |
cd backend
mvn package -DskipTests
command: |
gp env BPA_HOST=`gp url 8080 | sed 's/.*https:\/\///'`
eval $(gp env -e)
java -XX:+UnlockExperimentalVMOptions -Dcom.sun.management.jmxremote-jar -jar ./business-partner-agent/target/*.jar
gp await-port 8081 && java -XX:+UnlockExperimentalVMOptions -Dcom.sun.management.jmxremote-jar -Dmicronaut.environments=dev -jar ./business-partner-agent/target/*.jar
- name: dev fronend
init: |
cd frontend
npm install
command: |
gp env BPA_HOST=`gp url 8080 | sed 's/.*https:\/\///'`
eval $(gp env -e VUE_APP_API_BASE_URL=`gp url 8080`/api)
npm run serve -- --port 8081
gp await-port 8080 && npm run serve -- --port 8081

0 comments on commit 73c64b1

Please sign in to comment.