Fix docker volume mappings for node_modules, improve docker-compose usage #138

Merged
raucao merged 6 commits from bugfix/fix-docker-mapping into master 2023-06-23 15:38:31 +00:00
Showing only changes of commit 96a4db5bae - Show all commits

View File

@ -52,7 +52,7 @@ Running all specs:
### Docker (Compose)
There is a working Docker Compose config file, which allows you to spin up both
There is a working Docker Compose config file, which define a number of services including
an app server for Rails as well as a local 389ds (LDAP) server.
For Rails developers, you probably just want to start the LDAP server: `docker-compose up ldap`,