Add default entrypoint.sh

This commit is contained in:
TrainDoctor
2022-08-09 19:17:47 -07:00
parent 3f233cae29
commit 9d8ffe8299

6
backend/entrypoint.sh Executable file → Normal file
View File

@@ -1,8 +1,4 @@
#!/bin/sh
set -e
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
cd /backend
make
echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"