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
7 lines
105 B
Bash
|
set -ex
|
||
|
|
||
|
USERNAME=andthensome
|
||
|
IMAGE=alpine-hugo-git-bash
|
||
|
|
||
|
sudo docker build -t $USERNAME/$IMAGE:latest .
|