Skip to content

Commit

Permalink
Adjusted entrypoint.sh to actually build binary
Browse files Browse the repository at this point in the history
  • Loading branch information
TrainDoctor committed Sep 18, 2022
1 parent aa46a9e commit 43d9b29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/sh
set -e

echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"

cd /backend

make

0 comments on commit 43d9b29

Please sign in to comment.