summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-07-10 16:41:15 +0000
committerCan Eldem <celdem@gitlab.com>2020-07-10 16:41:15 +0000
commitc17546f6cfccf07d27f7984321fe62a7788e8da1 (patch)
tree54093c956c0f4dcf4c2ad352847017aee9a88edc /README.md
parentc7385965b4166fb6ab2db3387c67cd54aef1b8df (diff)
parent36cdb0040abda394264455a1fdf3d6782af95ceb (diff)
Merge branch '217897-isolated-omnibus-lm' into 'master'v3.17.0
Isolate license_management ruby from project ruby See merge request gitlab-org/security-products/license-management!181
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 930c23b..b3a1789 100644
--- a/README.md
+++ b/README.md
@@ -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.