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.
|
set -e
|
|
docker build . -f Dockerfile.$1 --build-arg image=$2/letsencrypt-nginx -t $2/letsencrypt-$1
|
|
docker push $2/letsencrypt-$1
|