index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docker
/
root
/
etc
/
s6-overlay
/
s6-rc.d
/
svc-web
/
run
blob: 83e9b9f1502a2f7547e6eff36940690e936b2c45 (
plain
) (
blame
)
1
2
3
4
5
#!/command/with-contenv sh
#
shellcheck
shell
=
bash
cd
/
app
/
apps
/
web
;
exec
node
server
.
js
;