mirror of
https://github.com/alrayyes/docker-alpine-hugo-git-bash
synced 2023-11-14 15:56:26 +00:00
7 lines
105 B
Bash
Executable File
7 lines
105 B
Bash
Executable File
set -ex
|
|
|
|
USERNAME=andthensome
|
|
IMAGE=alpine-hugo-git-bash
|
|
|
|
sudo docker build -t $USERNAME/$IMAGE:latest .
|