We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ba02d commit ef0193aCopy full SHA for ef0193a
Makefile
@@ -0,0 +1,5 @@
1
+build:
2
+ docker-compose build --pull
3
+
4
+push-all:
5
+ git remote | xargs -L1 git push --all
0 commit comments