build: add a shebang to the development Docker container entrypoint script
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
diesel migration run
|
||||
|
||||
supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
||||
|
Reference in New Issue
Block a user