Merge pull request #95 from miketweaver/fix-docker-1
fix /app permissions
This commit is contained in:
commit
03723f05ee
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
lsiown -R abc:abc \
|
||||
/app/LANCommander
|
||||
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 \
|
||||
cd /app/LANCommander s6-setuidgid abc /app/LANCommander/LANCommander.Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue