1
0
mirror of https://github.com/zplug/zplug synced 2026-03-06 22:21:43 +01:00
zplug/build.sh
babarot a17c4d3e63 chore: remove SSH key handling from Docker setup and clean up sample config
Remove the practice of copying ~/.ssh into the Docker image, which
baked private keys into image layers. HTTPS (the default protocol)
is sufficient for testing.
2026-03-04 16:44:13 +09:00

6 lines
59 B
Bash
Executable File

#!/bin/bash
set -e
docker build -t zplug -f Dockerfile .