infra4drache/docker/ssh/buildandpush.sh

4 lines
66 B
Bash
Raw Normal View History

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