Skip to content

Commit

Permalink
fixup!test: setup mongodb server - debug tune startup
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Sep 25, 2024
1 parent faf9e22 commit fb0a888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-using-cnb-buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
env|sort
cat vcap-services-template.sh|envsubst >vcap-service.env
cat vcap-service.env
docker run -d --rm -e PORT=80 --env-file vcap-service.env -p 8080:80 --name "cnb-app" ${{env.CNB_IMAGE_NAME}}
echo "Starting sample app
docker run -d -e PORT=80 --env-file vcap-service.env -p 8080:80 --name "cnb-app" ${{env.CNB_IMAGE_NAME}}
docker logs -f cnb-app &> cnb-app.log &
docker ps -a
export APP="http://127.0.0.1:8080"
Expand Down

0 comments on commit fb0a888

Please sign in to comment.