diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..be35eda --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +build: + docker build -t hubzilla:debian12 . + +run: + docker run -d -p 8080:80 -p 8443:443 --name hubzilla hubzilla:debian12 \ No newline at end of file