1
0

Changed data directory

This commit is contained in:
2026-04-23 11:37:01 +02:00
parent e3c7c6e1a7
commit 35cb4417ff
3 changed files with 3 additions and 16 deletions
+2 -3
View File
@@ -1,11 +1,10 @@
# Start your image with a node base image
FROM node:22-alpine
RUN npm install -g marp-ui
ADD config.json /data/config.json
VOLUME /data
VOLUME /root/Documents/MarpUI
EXPOSE 3000
CMD [ "marp-ui" ]
-12
View File
@@ -1,12 +0,0 @@
{
"storagePath": "/data",
"autoSaveInterval": 30,
"preferredBrowser": "auto",
"defaultTheme": "default",
"mcpEnabled": false,
"editor": {
"fontSize": 14,
"tabSize": 2,
"wordWrap": true
}
}
+1 -1
View File
@@ -5,5 +5,5 @@ services:
ports:
- 3000:3000
volumes:
- marp-ui:/data
- marp-ui:/root/Documents/MarpUI