Skip to content

Commit 8975e90

Browse files
committed
fix docs.Dockerfile
1 parent 9de012a commit 8975e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM markstory/cakephp-docs-builder:runtime as runtime
1414
# Configure search index script.
1515
ENV LANGS="en es fr ja"
1616
ENV SEARCH_SOURCE="/usr/share/nginx/html"
17-
ENV SEARCH_URL_PREFIX="/authentication/3"
17+
ENV SEARCH_URL_PREFIX="/authentication/4"
1818

1919
COPY --from=builder /data/docs /data/docs
2020
COPY --from=builder /data/website /data/website

0 commit comments

Comments
 (0)