diff options
| author | TrainDoctor <traindoctor@protonmail.com> | 2022-08-09 20:20:31 -0700 |
|---|---|---|
| committer | TrainDoctor <traindoctor@protonmail.com> | 2022-09-18 12:11:27 -0700 |
| commit | 43d9b29d04199588058debe470ec0f0a44125e0d (patch) | |
| tree | 874ebaaede6370d752b837ce598b896267523423 /backend | |
| parent | aa46a9ee70415c45214d101b723765f1ba2ebbe8 (diff) | |
| download | decky-bazzite-buddy-43d9b29d04199588058debe470ec0f0a44125e0d.tar.gz decky-bazzite-buddy-43d9b29d04199588058debe470ec0f0a44125e0d.zip | |
Adjusted entrypoint.sh to actually build binary
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/entrypoint.sh | 6 |
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 |
