summaryrefslogtreecommitdiff
path: root/backend/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backend/entrypoint.sh')
-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