This website works better with JavaScript.
Home
Help
Register
Sign In
witten
/
mediagoblin-docker
Watch
2
Star
0
Fork
0
Code
Issues
0
Releases
0
Activity
Browse Source
Add convenience scripts for build and push of the Docker image.
master
Dan
3 years ago
parent
a90b48bd6d
commit
de08b9bf59
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
scripts/build
+3
-0
scripts/push
+ 3
- 0
scripts/build
View File
@ -0,0 +1,3 @@
#!/bin/sh
docker build --no-cache -t witten/mediagoblin .
+ 3
- 0
scripts/push
View File
@ -0,0 +1,3 @@
#!/bin/sh
docker push witten/mediagoblin
Write
Preview
Loading…
Cancel
Save