Add default entrypoint.sh
This commit is contained in:
parent
3f233cae29
commit
9d8ffe8299
1 changed files with 1 additions and 5 deletions
6
backend/entrypoint.sh
Executable file → Normal file
6
backend/entrypoint.sh
Executable file → Normal file
|
@ -1,8 +1,4 @@
|
||||||
#!/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
|
|
Loading…
Reference in a new issue