summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <traindoctor@protonmail.com>2022-08-09 20:20:31 -0700
committerTrainDoctor <traindoctor@protonmail.com>2022-09-18 12:11:27 -0700
commit43d9b29d04199588058debe470ec0f0a44125e0d (patch)
tree874ebaaede6370d752b837ce598b896267523423
parentaa46a9ee70415c45214d101b723765f1ba2ebbe8 (diff)
downloaddecky-bazzite-buddy-43d9b29d04199588058debe470ec0f0a44125e0d.tar.gz
decky-bazzite-buddy-43d9b29d04199588058debe470ec0f0a44125e0d.zip
Adjusted entrypoint.sh to actually build binary
-rw-r--r--backend/entrypoint.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/backend/entrypoint.sh b/backend/entrypoint.sh
index c677584..af04d23 100644
--- a/backend/entrypoint.sh
+++ b/backend/entrypoint.sh
@@ -1,4 +1,8 @@
#!/bin/sh
set -e
-echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`" \ No newline at end of file
+echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
+
+cd /backend
+
+make \ No newline at end of file