Adjusted entrypoint.sh to actually build binary
parent
aa46a9ee70
commit
43d9b29d04
@ -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
|
Loading…
Reference in New Issue