summaryrefslogtreecommitdiff
path: root/backend/entrypoint.sh
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-11 07:04:30 -0400
committerGitHub <noreply@github.com>2025-07-11 07:04:30 -0400
commitfb4516cabb652774ce60e0683bda1af88cc2d09f (patch)
tree7d100b11d2399ca467ce3be4a38e08695eb2bca2 /backend/entrypoint.sh
downloaddecky-lsfg-vk-fb4516cabb652774ce60e0683bda1af88cc2d09f.tar.gz
decky-lsfg-vk-fb4516cabb652774ce60e0683bda1af88cc2d09f.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