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
2017-09-15 21:37:51 +02:00

7 lines
105 B
Bash
Executable File

set -ex
USERNAME=andthensome
IMAGE=alpine-hugo-git-bash
sudo docker build -t $USERNAME/$IMAGE:latest .