mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-03 10:30:19 +00:00
7 lines
76 B
Bash
Executable File
7 lines
76 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
|
|
docker build -t test/podinfo:latest .
|
|
|