We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941b9a0 commit 052b17fCopy full SHA for 052b17f
1 file changed
docs.Dockerfile
@@ -5,12 +5,12 @@ COPY docs /data/docs
5
6
RUN cd /data/docs-builder && \
7
# In the future repeat website for each version
8
- make website LANGS="en fr ja pt ru" SOURCE=/data/docs DEST=/data/website/
+ make website LANGS="en" SOURCE=/data/docs DEST=/data/website/
9
10
# Build a small nginx container with just the static site in it.
11
FROM ghcr.io/cakephp/docs-builder:runtime as runtime
12
13
-ENV LANGS="en fr ja pt ru"
+ENV LANGS="en"
14
ENV SEARCH_SOURCE="/usr/share/nginx/html"
15
ENV SEARCH_URL_PREFIX="/migrations/5"
16
0 commit comments