We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb7c4a commit 7ba217cCopy full SHA for 7ba217c
start.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
3
# Copy contents of /app/config to /config
4
-cp -R /app/config/* /config
+cp -Rn /app/config/* /config
5
+chmod -R 777 /config
6
7
# Set default values for PUID, PGID, and UMASK
8
PUID=${PUID:-100}
0 commit comments