mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-22 09:18:08 +00:00
7 lines
191 B
Bash
Executable File
7 lines
191 B
Bash
Executable File
#!/bin/bash
|
|
unset DOCKER_HOST
|
|
unset DOCKER_TLS_VERIFY
|
|
|
|
docker build --rm -f Dockerfile -t fergalmoran/podnoms.api . && docker push fergalmoran/podnoms.api
|
|
docker push fergalmoran/podnoms.api
|