4 lines
139 B
Bash
4 lines
139 B
Bash
|
set -e
|
||
|
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t sigyl.com:5001/nginx-home
|
||
|
docker push sigyl.com:5001/nginx-home
|