You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@ Your test job should look something like this:
37
37
To run locally use:
38
38
39
39
```sh
40
-
docker run --rm -it -v $(pwd):/app -w /app rofrano/pipeline-selenium bash
40
+
docker run --rm -it -h nyu --user vscode -v $(pwd):/app -w /app rofrano/pipeline-selenium bash
41
41
```
42
42
43
-
That will leave you at a `bash` prompt in the `/app` folder shared with your current working directory so that you can `pip install` your dependencies and start your testing.
43
+
That will place you inside the container as the user `vscode` sitting at a `bash` prompt in the `/app` folder that has been shared with your current working directory so that you can `pip install` your dependencies and start your testing.
44
44
45
45
## License
46
46
47
-
Copyright (c) 2022, John Rofrano. All rights reserved.
47
+
Copyright (c) 2022, 2023 John Rofrano. All rights reserved.
48
48
49
49
Licensed under the Apache License. See [LICENSE](LICENSE)
50
50
51
-
This repo is part of the NYU masters class: **CSCI-GA.2820-001 DevOps and Agile Methodologies** created by *John Rofrano*
51
+
This repo is part of the NYU masters class: **CSCI-GA.2820-001 DevOps and Agile Methodologies** created by *John Rofrano*
0 commit comments