summaryrefslogtreecommitdiff
path: root/backend/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backend/entrypoint.sh')
-rw-r--r--[-rwxr-xr-x]backend/entrypoint.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/backend/entrypoint.sh b/backend/entrypoint.sh
index af04d23..c677584 100755..100644
--- a/backend/entrypoint.sh
+++ b/backend/entrypoint.sh
@@ -1,8 +1,4 @@
#!/bin/sh
set -e
-echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
-
-cd /backend
-
-make \ No newline at end of file
+echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`" \ No newline at end of file