Skip to content

Instantly share code, notes, and snippets.

@vovimayhem
Last active August 11, 2024 15:45
Show Gist options
  • Save vovimayhem/7571c48ba2361c60cfe063405acf05ee to your computer and use it in GitHub Desktop.
Save vovimayhem/7571c48ba2361c60cfe063405acf05ee to your computer and use it in GitHub Desktop.
Create rails app
docker run --rm -ti -v $(pwd):$(pwd) -w $(pwd) ruby:3.3.4 bash -c "gem update --system && gem install rails && rails new my_app --database=postgresql --devcontainer --css=tailwind"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment