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-18 08:18:48 +00:00
|
|
|
set -e
|
2020-04-18 09:50:30 +00:00
|
|
|
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home1
|
|
|
|
docker push $1nginx-home1
|