#!/bin/sh SOURCE_DIR=$(realpath $(dirname "${0}"))/ruby # Build Docker container docker build -t ruby ${SOURCE_DIR}