infra4drache/docker/ssh/buildandpush.sh

4 lines
66 B
Bash
Executable File

#!/bin/bash
docker build . -t imartyn/ssh
docker push imartyn/ssh