6 lines
107 B
Bash
Executable file
6 lines
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Convenience wrapper for the Makefile
|
|
set -euo pipefail
|
|
|
|
make docker-build-push "$@"
|
|
|