Skip to content

Commit 4668133

Browse files
committed
reverting static option on dockerfile (for future commits)
1 parent 50af7d9 commit 4668133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV BASE_URL="search.opencitations.net" \
77
LOG_DIR="/mnt/log_dir/oc_search" \
88
SPARQL_ENDPOINT_INDEX="http://qlever-service.default.svc.cluster.local:7011" \
99
SPARQL_ENDPOINT_META="http://virtuoso-service.default.svc.cluster.local:8890/sparql" \
10-
SYNC_ENABLED="false"
10+
SYNC_ENABLED="true"
1111

1212
# Install system dependencies required for Python package compilation
1313
# We clean up apt cache after installation to reduce image size

docker_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.6static
1+
1.3.6sync

0 commit comments

Comments
 (0)