Created
March 27, 2020 20:34
-
-
Save VladRez/e62bfc69c88b1618f93887f19f0b217f to your computer and use it in GitHub Desktop.
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
docker run \ | |
-it --rm --user "$(id -u):$(id -g)" \ | |
-v "$PWD":/usr/src/app -w /usr/src/app rails \ | |
rails new mastership -d=postgresql -T --webpack=react \ | |
--skip-coffee --skip-bundle --skip-turbolinks --skip-spring | |
docker run \ | |
-it --rm --user "$(id -u):$(id -g)" \ | |
-v "$PWD":/usr/src/app -w /usr/src/app rails \ | |
rails new . --api -T --skip-bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment