Skip to content

Commit

Permalink
fixup!test: setup mongodb server - debug fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Sep 25, 2024
1 parent fb0a888 commit f1aae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-using-cnb-buildpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
env|sort
cat vcap-services-template.sh|envsubst >vcap-service.env
cat vcap-service.env
echo "Starting sample app
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
Expand Down

0 comments on commit f1aae34

Please sign in to comment.