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 0094c83 commit 9eeabc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash

# Update uid and gid
sudo usermod -u $(id -u) wis2downloader
sudo groupmod -g $(id -g) wis2

# print the download_dir
echo "Download directory in container: $DOWNLOAD_DIR"

Expand Down

0 comments on commit 9eeabc0

Please sign in to comment.