chaynHQ / soulmedicine

Soul Medicine a multilingual digital service designed to deliver critical safety information and supportive messaging in bite-sized pieces.
https://soulmedicine.io
MIT License
37 stars 9 forks source link

Update Dockerfile to use Microsoft's Ruby Dev Container image #335

Closed tarebyte closed 1 year ago

tarebyte commented 1 year ago

Now that we're on Ruby 2.7 (https://github.com/chaynHQ/soulmedicine/pull/307) we can start using the development container images provided by Microsoft. This means that the build time to create a dev container will be much faster than before as we were install rbenv manually.