Skip to content

Commit 4269e53

Browse files
committed
update
1 parent 1e53422 commit 4269e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmds/bootstrap/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ services:
6464
build:
6565
context: ../../ruby
6666
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"
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"
6969
volumes:
7070
- ../../bin/bash:/bin-mount
7171
- ../../ruby:/usr/app

0 commit comments

Comments
 (0)