Adjusted entrypoint.sh to actually build binary

master
TrainDoctor 2 years ago
parent aa46a9ee70
commit 43d9b29d04
No known key found for this signature in database
GPG Key ID: FFABB0E08B5CEDD9

@ -2,3 +2,7 @@
set -e
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
cd /backend
make
Loading…
Cancel
Save