1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-03 22:26:45 +02:00
zplug/build.sh
2018-05-14 23:40:00 +09:00

10 lines
91 B
Bash
Executable File

#!/bin/bash
set -e
cp -R ~/.ssh .ssh
docker build -t zplug -f Dockerfile .
rm -rf .ssh