Fantastic/backend/entrypoint.sh
2022-08-23 11:42:12 -07:00

8 lines
No EOL
100 B
Bash
Executable file

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