Skip to content

Commit 052b17f

Browse files
committed
Trim down docs languages as there is only english now.
1 parent 941b9a0 commit 052b17f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ COPY docs /data/docs
55

66
RUN cd /data/docs-builder && \
77
# In the future repeat website for each version
8-
make website LANGS="en fr ja pt ru" SOURCE=/data/docs DEST=/data/website/
8+
make website LANGS="en" SOURCE=/data/docs DEST=/data/website/
99

1010
# Build a small nginx container with just the static site in it.
1111
FROM ghcr.io/cakephp/docs-builder:runtime as runtime
1212

13-
ENV LANGS="en fr ja pt ru"
13+
ENV LANGS="en"
1414
ENV SEARCH_SOURCE="/usr/share/nginx/html"
1515
ENV SEARCH_URL_PREFIX="/migrations/5"
1616

0 commit comments

Comments
 (0)