1
0
mirror of https://github.com/alrayyes/docker-alpine-hugo-git-bash synced 2023-11-14 15:56:26 +00:00
docker-alpine-hugo-git-bash/build.sh

7 lines
105 B
Bash
Raw Normal View History

2017-09-15 19:37:51 +00:00
set -ex
USERNAME=andthensome
IMAGE=alpine-hugo-git-bash
sudo docker build -t $USERNAME/$IMAGE:latest .