mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
add deploy.sh since automated not work for arm
This commit is contained in:
5
rpi-shadowsocks/2.9.1/deploy.sh
Executable file
5
rpi-shadowsocks/2.9.1/deploy.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
image=newnius/rpi-shadowsocks:2.9.1
|
||||
docker build -t ${image} .
|
||||
docker push ${image}
|
||||
Reference in New Issue
Block a user