mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
add deploy.sh since automated not work for arm
This commit is contained in:
parent
1e27bb23cb
commit
fb55b8d12e
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}
|
Loading…
Reference in New Issue
Block a user