1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-22 15:36:17 +02:00
zplug/build.sh

10 lines
91 B
Bash
Raw Normal View History

2018-05-14 15:42:29 +02:00
#!/bin/bash
set -e
cp -R ~/.ssh .ssh
docker build -t zplug -f Dockerfile .
rm -rf .ssh