Skip to content

Instantly share code, notes, and snippets.

@sfrancavilla
Created May 13, 2019 07:49
Show Gist options
  • Select an option

  • Save sfrancavilla/94b08c86ac092574834ca84f1d4ff39a to your computer and use it in GitHub Desktop.

Select an option

Save sfrancavilla/94b08c86ac092574834ca84f1d4ff39a to your computer and use it in GitHub Desktop.
Deploy Ruby on Rails apps (+ NGINX) to ECS with Docker - Medium
#!/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