Skip to content

Commit

Permalink
Fix CI #1594
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 14, 2024
1 parent 2bba09f commit b066f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/container/compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
tests-dsmr-app:
container_name: tests-dsmr-app
restart: 'unless-stopped'
command: '/app/manage.py runserver 8000' # This is just to make sure the container keeps running.
command: 'sleep 300' # This is just to make sure the container keeps running.
build:
context: .
dockerfile: provisioning/container/Containerfile-dev
Expand Down

0 comments on commit b066f09

Please sign in to comment.