Ajouter Makefile

This commit is contained in:
2025-05-14 18:21:47 +00:00
parent 16d4d73eb0
commit 160a3e8a6d

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
build:
docker build -t hubzilla:debian12 .
run:
docker run -d -p 8080:80 -p 8443:443 --name hubzilla hubzilla:debian12