diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -44,7 +44,7 @@ You can run the tests from inside a docker container: ```sh $ ./bin/docker-build $ ./bin/docker-shell -$ cd /opt/license-management/ +$ ./bin/setup $ ./bin/test ``` @@ -54,12 +54,11 @@ following these steps: ```sh $ ./bin/docker-build $ ./bin/docker-shell -$ cd /opt/license-management/ $ enable_dev_mode $ bundle open license_finder ``` -The `docker-shell` script will mount the current project as a volume into `/opt/license-management`. +The `docker-shell` script will mount the current project as a volume into `/builds/gitlab-org/security-products/license-management`. This allows you to edit code from your host machine using your preferred editor and see the affect of those changes from within the running docker container. |
