-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add generator #116
Add generator #116
Conversation
efa2865
to
b88f712
Compare
e636d04
to
811ef07
Compare
466cb1a
to
93547b0
Compare
c913f4c
to
94acc63
Compare
94acc63
to
0170241
Compare
@@ -0,0 +1,27 @@ | |||
FROM ruby:3.1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not ruby version from Gemfile?
@borela is there any way that we can have the ruby version in one spot?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use template for this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use new Dockerfile from https://github.com/shakacode/react-webpack-rails-tutorial
@@ -0,0 +1,27 @@ | |||
FROM ruby:3.1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use template for this file.
@@ -0,0 +1,27 @@ | |||
FROM ruby:3.1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use new Dockerfile from https://github.com/shakacode/react-webpack-rails-tutorial
main
so that PR review becomes easier.Tasks:
controlplane.yml
Dockerfile
templates/gvc.yml
templates/rails.yml
templates/postgres.yml
- In future if we want to add feature for custom config path.--destination
for custom destination path (defaults to./.controlplane
)- Canceled in favor of the following task--force
to force file changeCloses #89