This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
caylon/backend/entrypoint.sh

9 lines
131 B
Bash
Executable file

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