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