Update location of storage dir
This commit is contained in:
@@ -26,4 +26,5 @@ COPY src/__init__.py ./src/__init__.py
|
|||||||
COPY src/backend ./src/backend
|
COPY src/backend ./src/backend
|
||||||
COPY *.json .
|
COPY *.json .
|
||||||
|
|
||||||
CMD ["python", "meshchat.py", "--host=0.0.0.0", "--reticulum-config-dir=/config/.reticulum", "--storage-dir=/config/.reticulum/storage", "--headless"]
|
CMD ["python", "meshchat.py", "--host=0.0.0.0", "--reticulum-config-dir=/config/.reticulum", "--storage-dir=/config/.meshchat", "--headless"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user