feat: first working alpine docker container of self
This commit is contained in:
+3
-3
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user