9 lines
167 B
Plaintext
Executable File
9 lines
167 B
Plaintext
Executable File
#/bin/bash
|
|
export REGISTRY="docker.triton2.fet.at"
|
|
|
|
|
|
|
|
docker build -f Dockerfile.nginx -t $REGISTRY/andisdevnginx:latest .
|
|
docker push $REGISTRY/andisdevnginx:latest
|
|
|