Add convenience scripts for build and push of the Docker image.

This commit is contained in:
Dan 2017-11-05 14:03:32 -08:00
parent a90b48bd6d
commit de08b9bf59
2 changed files with 6 additions and 0 deletions

3
scripts/build Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker build --no-cache -t witten/mediagoblin .

3
scripts/push Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
docker push witten/mediagoblin