aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-08 21:19:04 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-08 21:19:04 +0200
commit3ec8e14833b55d6bff4cf5702f90e1bb9a1b1e40 (patch)
tree6992e15abd2bd0d0af8a665aecdf1f64629065d0 /Makefile
parenta0666be3ab58ed83ad6d622cfe2b8293c40dffbb (diff)
Add new portrbdr-update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..fdfeaa8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+environment = development
+
+default: start
+
+start:
+ docker-compose up
+
+update-dependencies:
+ docker-compose run tomato-sauce install