Files

8 lines
175 B
Bash
Raw Permalink Normal View History

2023-06-05 13:21:34 +08:00
#!/usr/bin/env bash
ROOT=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "${ROOT}"
imageName="jarvis"
docker build -f dockerfile -t ${imageName} ..