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