We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e53422 commit 4269e53Copy full SHA for 4269e53
cmds/bootstrap/docker-compose.yml
@@ -64,8 +64,8 @@ services:
64
build:
65
context: ../../ruby
66
dockerfile: Dockerfile-dev
67
- command: bash -c "sleep infinity"
68
-# command: bash -c "/bin-mount/wait /addresses/addresses.yaml && /usr/app/bin/generate-and-write-configurations.rb /addresses/addresses.yaml /config-build /nemesis && touch /state/configs-generated"
+# command: bash -c "sleep infinity"
+ command: bash -c "/bin-mount/wait /addresses/addresses.yaml && /usr/app/bin/generate-and-write-configurations.rb /addresses/addresses.yaml /config-build /nemesis && touch /state/configs-generated"
69
volumes:
70
- ../../bin/bash:/bin-mount
71
- ../../ruby:/usr/app
0 commit comments