tang minghao commited on
Commit
7db0b2d
·
verified ·
1 Parent(s): 5e824f7

Create entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +9 -0
entrypoint.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ chmod +x /opt/tinyproxy/
4
+
5
+ chown -R ${PUID}:${PGID} /opt/tinyproxy/
6
+
7
+ umask ${UMASK}
8
+
9
+ exec su-exec ${PUID}:${PGID} tinyproxy -d