diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-07-04 16:31:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-07-04 16:31:57 +0530 |
| commit | ef34b26068c4e25f929a584edda63b8878c063b3 (patch) | |
| tree | aaa2445b12807109f265e8869a54f76cb752da9e /send | |
| parent | 1569f35ae6cd90b056cb237ba020c69d37ebafb5 (diff) | |
| download | bacchus-remote-ef34b26068c4e25f929a584edda63b8878c063b3.tar.gz bacchus-remote-ef34b26068c4e25f929a584edda63b8878c063b3.zip | |
Create local dockerfiles override to manage send/cgit users/groups
Diffstat (limited to 'send')
| -rw-r--r-- | send/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/send/Dockerfile b/send/Dockerfile new file mode 100644 index 0000000..47144c0 --- /dev/null +++ b/send/Dockerfile @@ -0,0 +1,4 @@ +FROM registry.gitlab.com/timvisee/send:v3.4.27 +USER root +RUN addgroup -g 1002 send && adduser -D -u 1002 -G send send +USER send |
