mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-07 17:14:02 +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
|