Skip to content

Commit

Permalink
adds missing entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim committed Apr 11, 2019
1 parent cc4a3e7 commit 4f23321
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

# migrate db
bin/migrate

# Hand off to the CMD
exec "$@"

0 comments on commit 4f23321

Please sign in to comment.