This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/letsencrypt-nginx/build.home.sh

4 lines
115 B
Bash

set -e
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home1
docker push $1nginx-home1