Skip to content

Commit

Permalink
Testing permissions and uid/gid
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 19, 2024
1 parent 8d51905 commit 9702b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9702b8a

Please sign in to comment.