Skip to content

Commit f1542d7

Browse files
committed
update README.md
1 parent 425bece commit f1542d7

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ __pycache__/
55

66
*~
77

8+
.DS_Store
9+
810
# C extensions
911
*.so
1012

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app
88
COPY . /app
99

1010
# Install any needed packages specified in requirements.txt
11-
RUN pip install -r requirements.txt
11+
RUN pip install --no-cache-dir -r requirements.txt
1212

1313
# Grant execution permissions to the start-up script
1414
RUN chmod a+x start.sh

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ cp env_template .env
2727
The variables in .env
2828

2929
```shell
30+
DISKCACHE_DIR="diskcache_dir"
3031
SQLITE_DB_DIR="sqlite_dir"
3132
SQLITE_DB_NAME="mydatabase.sqlite3"
3233
MAX_CRAWL_PARALLEL_REQUEST=5

doc/screenshot-7.jpg

7.88 KB
Loading

0 commit comments

Comments
 (0)