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 /justfile | |
| 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 'justfile')
| -rw-r--r-- | justfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,4 +23,8 @@ setup *args: just ssh "{{TARGET_DIR}}/setup.sh" "$@" local-setup *args: - ROOT_DIR="$PWD" ./setup.sh "$@" + mkdir -p ./tmp/uploads + ROOT_DIR="$PWD" \ + GIT_REPOS_ROOT="$HOME/dev/projects" \ + SEND_UPLOADS_ROOT="$PWD/tmp/uploads" SEND_USER="$(id -u):$(id -g)" \ + ./setup.sh "$@" |
