Created
May 13, 2019 07:49
-
-
Save sfrancavilla/94b08c86ac092574834ca84f1d4ff39a to your computer and use it in GitHub Desktop.
Deploy Ruby on Rails apps (+ NGINX) to ECS with Docker - Medium
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 | |
| envsubst '$RAILS_ROOT' < /tmp/app.conf > /etc/nginx/conf.d/default.conf | |
| nginx -g "daemon off;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment