Your Name 6d9c34a464
Some checks failed
dropshell-build / build (push) Failing after 1m28s
:-'Generic Commit'
2025-05-31 10:24:30 +12:00

9 lines
215 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
docker build -t gitea.jde.nz/public/dropshell-build:latest -f "${SCRIPT_DIR}/Dockerfile" "${SCRIPT_DIR}"