This website requires JavaScript.
Explore
Help
Register
Sign In
hoellen
/
dockerfiles
Watch
1
Star
0
Fork
0
You've already forked dockerfiles
mirror of
https://github.com/hoellen/dockerfiles.git
synced
2025-04-20 12:29:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dockerfiles
/
isso
/
run.sh
4 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2016-04-11 15:59:32 +02:00
#!/bin/sh
chown -R
$UID
:
$GID
/db /config
isso: replace gosu with su-exec
2016-05-07 01:04:42 +02:00
su-exec
$UID
:
$GID
isso -c /config/isso.conf run
Reference in New Issue
Copy Permalink