Replies: 2 comments 11 replies
-
Apologies - this was left in draft 🤦 for a week Hi @MindTooth - I'm all for the changes. I think a possible move would be to instead of have If we went that route, then the I need to give this some thought though. With this change and your Dockerfile improvements I think it would be a big improvement for simplicity and speed. |
Beta Was this translation helpful? Give feedback.
-
Well I think there will be some topics to be taken into respect:
I'll do some tests and maybe create a draft for this |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've been toying with rewriting the whole
Dockerfile
setup using just one file instead of four today.Some of the differences and ideas:
DATABASE_URL
RAILS_SERVE_STATIC_FILES
docker build --build-arg DRIVER=sqlite
.My current problem is the bundler configuration. Current way of solving this is private = without production, vice versa. If this could be solved somehow into private = private, production = production. It would solve a lot. Also, how to change the properties inside the build for picking the correct package, etc.
@pglombardo is this changes that you would accept? I have a fully working copy locally, only the issues above that remains.
Beta Was this translation helpful? Give feedback.
All reactions