Fossil SCM
Put the "--user fossil" bit back into the fossil server command for the container. Just ran into a situations where it's still needed.
Commit
4c8cc8045089154af62f1bac977ecf0507f1a806b03cfa27eedcf7c069ee8af8
Parent
3e332637f15f88f…
1 file changed
+1
+1
| --- Dockerfile.in | ||
| +++ Dockerfile.in | ||
| @@ -57,6 +57,7 @@ | ||
| 57 | 57 | CMD [ \ |
| 58 | 58 | "bin/fossil", "server", \ |
| 59 | 59 | "--chroot", "/jail", \ |
| 60 | 60 | "--create", \ |
| 61 | 61 | "--jsmode", "bundled", \ |
| 62 | + "--user", "fossil", \ | |
| 62 | 63 | "museum/repo.fossil"] |
| 63 | 64 |
| --- Dockerfile.in | |
| +++ Dockerfile.in | |
| @@ -57,6 +57,7 @@ | |
| 57 | CMD [ \ |
| 58 | "bin/fossil", "server", \ |
| 59 | "--chroot", "/jail", \ |
| 60 | "--create", \ |
| 61 | "--jsmode", "bundled", \ |
| 62 | "museum/repo.fossil"] |
| 63 |
| --- Dockerfile.in | |
| +++ Dockerfile.in | |
| @@ -57,6 +57,7 @@ | |
| 57 | CMD [ \ |
| 58 | "bin/fossil", "server", \ |
| 59 | "--chroot", "/jail", \ |
| 60 | "--create", \ |
| 61 | "--jsmode", "bundled", \ |
| 62 | "--user", "fossil", \ |
| 63 | "museum/repo.fossil"] |
| 64 |