diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 93a1916..94d113a 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/bash +echo "$@" su - wis2downloader # Update build uid and gid to align with those of instance sudo "usermod -u $(id -u) wis2downloader"