1
0

chore: package

This commit is contained in:
2025-07-05 01:34:59 +02:00
parent 8e324b2a1f
commit 9e411cee54
16 changed files with 424 additions and 4 deletions

View File

@@ -1 +1,8 @@
. .venv/bin/activate
export VERSION=0.1.0
docker build -t mobilizon-instances:${VERSION} .
docker run -d --name mbzinstances --env-file .envfile -v $(realpath sqlpage):/data mobilizon-instances:${VERSION}