Actions
Feature #22402
openUse docker for local development
Description
To not pollute my notebook with dozens of gems / npm's / brew packages i created a "small" docker, docker-compose setup that boots the local development environment inside a docker container. It mounts the cloned codebase into the container so writing code can happen like it did before.
Actions