Files
opengifame/scripts/build.sh
2022-10-17 22:22:52 +01:00

7 lines
142 B
Bash
Executable File

#!/usr/bin/env bash
docker --context default \
build -t ghcr.io/fergalmoran/opengifame \
-f ./hosting/Dockerfile \
--push \
.