Skip to content

Commit

Permalink
Merge pull request #403 from cakephp/3.x-merge
Browse files Browse the repository at this point in the history
merge 2.x => 3.x
  • Loading branch information
markstory committed Jul 30, 2023
2 parents 98911ff + 10086da commit 414dbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generate the HTML output.
FROM markstory/cakephp-docs-builder as builder
FROM ghcr.io/cakephp/docs-builder as builder

RUN pip install git+https://github.com/sphinx-contrib/video.git@master

Expand All @@ -11,7 +11,7 @@ RUN cd /data/docs-builder && \
make website LANGS="$LANGS" SOURCE=/data/docs DEST=/data/website

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

ENV LANGS="en fr ja pt"
ENV SEARCH_SOURCE="/usr/share/nginx/html"
Expand Down

0 comments on commit 414dbfb

Please sign in to comment.