mirror of
https://github.com/newnius/Dockerfiles.git
synced 2026-03-23 02:55:08 +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}
|