Adjusted entrypoint.sh to actually build binary

This commit is contained in:
TrainDoctor 2022-08-09 20:20:31 -07:00
parent aa46a9ee70
commit 43d9b29d04
No known key found for this signature in database
GPG key ID: FFABB0E08B5CEDD9

View file

@ -1,4 +1,8 @@
#!/bin/sh #!/bin/sh
set -e 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