feat: first working alpine docker container of self

This commit is contained in:
Jack Wills
2022-09-05 13:07:44 +00:00
parent ef18047002
commit ed80a58fee
2 changed files with 35 additions and 91 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
# No idea why this is sloving my issue, or even where the issue is originally coming from
sleep 1
# No idea why this is solving my issue, or even where the issue is originally coming from
sleep .1
exec ./oxker "$@"
exec /usr/local/bin/oxker "$@"