mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 14:56:35 +00:00
3 lines
128 B
Bash
3 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
|