Compare commits
No commits in common. "b86a159faa074c9b98c3bc1bfe890c1564519c4d" and "329a78d86729fe4c9686dc0f01fd9ee2b5a34cb9" have entirely different histories.
b86a159faa
...
329a78d867
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/.idea
|
||||
/build
|
|
@ -1,12 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
DIR="${0%/*}"
|
||||
|
||||
podman run -d --name=nextcloud --replace=true -p 8080:80 -v "$DIR:/var/www/html/custom_apps/upschooling" docker.io/nextcloud
|
||||
podman exec nextcloud chown 33 /var/www/html/custom_apps
|
||||
podman unshare chown -R 33 -R "$DIR"
|
||||
podman unshare chmod -R ug+rw "$DIR"
|
||||
|
Loading…
Reference in a new issue