Commit da6c4c4
Modify docker setup to allow easy dev
Currently Dockerfile clones the github repo,
so if I want to use Docker for development,
I can't do that. I'd need to make a change,
push to master and then build the Docker image.
Instead now the docker container will come up with
mapping the code onto /home/ctestuser/openctest
This way modifications outside the container
will reflect inside, making it easier to test.1 parent 1ecdbe4 commit da6c4c4
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments