File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM python:3.12-alpine
22
3- RUN pip install --no-cache-dir markopolis==0.3.4
3+ # Install ripgrep
4+ RUN apk add --no-cache ripgrep
5+
6+ # Install markopolis
7+ RUN pip install --no-cache-dir markopolis==1.0.0
48
59WORKDIR /app
610
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ version: '3.8'
5252
5353services:
5454 markopolis:
55- image: ghcr.io/rishikanthc/markopolis:0.3.4
55+ image: ghcr.io/rishikanthc/markopolis:1.0.0
5656 ports:
5757 - "8080:8080"
5858 environment:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " markopolis"
3- version = " 0.3.4 "
3+ version = " 1.0.0 "
44description = " Self-hostable Obsidian Publish"
55authors = [" Rishikanth Chandrasekaran <r3chandr@ucsd.edu>" ]
66readme = " README.md"
@@ -60,4 +60,4 @@ diagnosticMode = "openFilesOnly"
6060consume = " markopolis.scripts.consume:consume"
6161markopolis = " markopolis.app:main"
6262mtest = " markopolis.scripts.testsh:main"
63- md_sync = " markopolis.scripts.md_sync:md_sync "
63+ mdsync = " markopolis.scripts.md_sync:mdsync "
You can’t perform that action at this time.
0 commit comments