summaryrefslogtreecommitdiff
path: root/backend/entrypoint.sh
diff options
context:
space:
mode:
authorJSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-01-21 18:52:51 -0500
committerGitHub <noreply@github.com>2025-01-21 18:52:51 -0500
commitc1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147 (patch)
tree646a2a8fb4e099e9600f5bddb94607aaa8b69c24 /backend/entrypoint.sh
downloadDecky-Framegen-c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147.tar.gz
Decky-Framegen-c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147.zip
Initial commit
Diffstat (limited to 'backend/entrypoint.sh')
-rwxr-xr-xbackend/entrypoint.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/backend/entrypoint.sh b/backend/entrypoint.sh
new file mode 100755
index 0000000..af04d23
--- /dev/null
+++ b/backend/entrypoint.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
+
+cd /backend
+
+make \ No newline at end of file