Skip to content

Commit

Permalink
shell added for wis2downloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 19, 2024
1 parent 251a5f7 commit ac322ed
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,6 +1,7 @@
#!/bin/bash
# Update build uid and gid to align with those of instance
usermod -u ${HOST_UID} wis2downloader
usermod -s /bin/bash wis2downloader
groupmod -g ${HOST_GID} wis2

# now demote to wis2downlaoder user
Expand Down

0 comments on commit ac322ed

Please sign in to comment.