mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
4 lines
128 B
Bash
4 lines
128 B
Bash
|
#!/bin/bash
|
||
|
docker build -f Containerfile -t hive-ansible .
|
||
|
docker run -ti --rm -v /home/nold/.ssh:/home/nold/.ssh hive-ansible
|