Skip to content

Commit

Permalink
docker instead of compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Dec 5, 2024
1 parent 58bc77f commit 2e55a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-larva-scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Start Application
run: |
docker compose -f ./docker-compose.zaakbrug.dev.yml up --build --force-recreate
docker run -d --name zaakbrug -p 8080:8080 -e dtap.stage=LOC wearefrank/zaakbrug:1.22.5
timeout-minutes: 2

- name: Wait for Application to be Healthy
Expand Down

0 comments on commit 2e55a66

Please sign in to comment.