mirror of
https://github.com/fergalmoran/opengifame.git
synced 2025-12-22 09:38:44 +00:00
7 lines
142 B
Bash
Executable File
7 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
docker --context default \
|
|
build -t ghcr.io/fergalmoran/opengifame \
|
|
-f ./hosting/Dockerfile \
|
|
--push \
|
|
.
|