Skip to content

Commit d730eb2

Browse files
DEV: remove create_db after running
allows for standalone image to know to begin immediately without awaiting database in unicorn startup script
1 parent 9835070 commit d730eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/postgres.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,5 +265,5 @@ run:
265265
cmd:
266266
# give db a few secs to start up
267267
- "sleep 5"
268-
- /usr/local/bin/create_db
268+
- /usr/local/bin/create_db && rm /usr/local/bin/create_db
269269
- "echo postgres installed!"

0 commit comments

Comments
 (0)