Files
oxkerclone/containerised/start_oxker.sh
T
Jack Wills c2910aaef3 feat: self containerisation
Build oxker images, for x86, arm64v8, and armv6, and publish to Docker Hub
2022-09-05 22:05:24 +00:00

7 lines
148 B
Bash
Executable File

#!/bin/sh
set -e
# No idea why this is solving my issue, or even where the issue is originally coming from
sleep .1
exec /usr/local/bin/oxker "$@"