File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11name : Publish Docker image for Kurup
22
33on :
4+ push :
5+ branches : [main]
46 release :
57 types : [published]
68
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ COPY requirements.txt .
88
99RUN pip install --no-cache-dir -r requirements.txt
1010RUN mkdir -p static
11- RUN mkdir -p temp
1211
1312COPY main.py .
1413COPY utils ./utils
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ This project is under active development. Please make a separate backup of your
110110
111111``` bash
112112mkdir -p kurup/notes
113+ mkdir -p kurup/temp
113114cd kurup
114115```
115116
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ services:
66 - " 9494:9494"
77 volumes :
88 - ./notes:/app/notes # make sure the notes folder exists before running the container‚ otherwise the folder will be owned by root.
9+ - ./temp:/app/temp # make sure the notes temp folder exists
910 # you can also use a custom path for the notes directory
1011 # - /home/yourusername/Documents/notes:/app/notes
1112 command : ["--notes_dir", "/app/notes"]
You can’t perform that action at this time.
0 commit comments