1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/nginx.sh
2018-12-10 19:15:21 -08:00

5 lines
97 B
Bash
Executable File

#!/usr/bin/env bash
docker build -t mxpv/nginx -f cmd/nginx/Dockerfile .
docker push mxpv/nginx