Skip to content

Commit

Permalink
just: add recipie slim-shell
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Sep 16, 2024
1 parent 958d69e commit aba2620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ bash:
bash-root:
{{ dockerComposeCommand }} run --rm app bash

slim-shell:
slim debug --target nextcloud-qownnotesapi-app-1

maintenance-mode-off:
{{ dockerComposeCommand }} run --rm app su -c "./occ maintenance:mode --off" www-data

Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
zellij
php83
php83Packages.composer
docker-slim
];
}

0 comments on commit aba2620

Please sign in to comment.