Skip to content

Instantly share code, notes, and snippets.

@dojusa
Created January 25, 2021 16:08
Show Gist options
  • Select an option

  • Save dojusa/e769fd05c5da345f3344e3d349b14a61 to your computer and use it in GitHub Desktop.

Select an option

Save dojusa/e769fd05c5da345f3344e3d349b14a61 to your computer and use it in GitHub Desktop.
#!/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