Skip to content

Commit

Permalink
Improve CI #1594
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 17, 2024
1 parent ade0430 commit fc6a314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/container/compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
services:
tests-dsmr-app:
container_name: tests-dsmr-app
restart: 'unless-stopped'
command: 'sleep 300' # This is just to make sure the container keeps running.
restart: 'no'
command: 'sleep 5' # This is just to make sure the container keeps running.
build:
context: .
dockerfile: provisioning/container/Containerfile-dev
Expand Down

0 comments on commit fc6a314

Please sign in to comment.