Skip to content

Commit

Permalink
Update docs image.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 18, 2023
1 parent dc65c33 commit a9b02fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs.Dockerfile
@@ -1,5 +1,5 @@
# Generate the HTML output.
FROM markstory/cakephp-docs-builder as builder
FROM ghcr.io/cakephp/docs-builder as builder

# Copy entire repo in with .git so we can build all versions in one image.
COPY docs /data/docs
Expand All @@ -8,7 +8,7 @@ RUN cd /data/docs-builder \
&& make website LANGS="en es fr ja pt ru" 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

# Configure search index script
ENV LANGS="en es fr ja pt ru"
Expand Down

0 comments on commit a9b02fb

Please sign in to comment.