Created
January 25, 2021 16:08
-
-
Save dojusa/e769fd05c5da345f3344e3d349b14a61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Docker entrypoint script. | |
| # run migration | |
| POOL=2 ./bin/<YOUR_APP_NAME> eval "<YOUR_APP_NAME>.Release.migrate" | |
| # start application | |
| ./bin/<YOUR_APP_NAME> start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment