[skip-ci] added s6config
This commit is contained in:
parent
f920e336f0
commit
f0b0319f54
3 changed files with 8 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,5 @@ config.yml
|
|||
config.yaml
|
||||
*.db
|
||||
Run
|
||||
vikunja
|
||||
dist/
|
||||
cover.*
|
2
docker/etc/s6/vikunja/finish
Executable file
2
docker/etc/s6/vikunja/finish
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
exit 0
|
6
docker/etc/s6/vikunja/run
Executable file
6
docker/etc/s6/vikunja/run
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
[[ -f ./setup ]] && source ./setup
|
||||
|
||||
pushd /app/vikunja > /dev/null
|
||||
exec su-exec $USER /app/vikunja/vikunja
|
||||
popd
|
Loading…
Reference in a new issue