mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 16:11:55 +00:00
6 lines
97 B
Bash
6 lines
97 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
image=newnius/rpi-shadowsocks:2.9.1
|
||
|
docker build -t ${image} .
|
||
|
docker push ${image}
|