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.
2020-04-02 13:20:50 +00:00
|
|
|
set -e
|
2020-04-03 11:26:37 +00:00
|
|
|
docker build . -f Dockerfile.$1 --build-arg image=sigyl.com:5001/letsencrypt-nginx -t sigyl.com:5001/letsencrypt-$1
|
|
|
|
docker push sigyl.com:5001/letsencrypt-$1
|