Created
March 23, 2021 01:06
-
-
Save braidn/db1f234e90b29aca1b932132f5b9e12e to your computer and use it in GitHub Desktop.
Docker Entrypoint fo Rails
This file contains 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 | |
rm -f tmp/pids/server.pid | |
bin/rails server -b 0.0.0.0 -p $PORT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment