Dockerfiles/rpi-shadowsocks/2.9.1/deploy.sh

6 lines
97 B
Bash
Executable File

#!/bin/bash
image=newnius/rpi-shadowsocks:2.9.1
docker build -t ${image} .
docker push ${image}