Skip to content

Commit ef0193a

Browse files
committed
added Makefile
1 parent 13ba02d commit ef0193a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)