mirror of
https://github.com/hoshikawa2/nemo_guardrails_ci_cd.git
synced 2026-07-09 16:24:20 +00:00
4 lines
77 B
Bash
4 lines
77 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
docker build -t guardrails-api:local .
|