We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75db394 commit 32320fcCopy full SHA for 32320fc
docs.Dockerfile
@@ -1,5 +1,5 @@
1
# Generate the HTML output.
2
-FROM markstory/cakephp-docs-builder as builder
+FROM ghcr.io/cakephp/docs-builder as builder
3
4
COPY docs /data/docs
5
@@ -8,7 +8,7 @@ RUN cd /data/docs-builder && \
8
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 markstory/cakephp-docs-builder:runtime as runtime
+FROM ghcr.io/cakephp/docs-builder:runtime as runtime
12
13
# Configure search index script
14
ENV LANGS="en"
0 commit comments