We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fc47b commit 368e6b8Copy full SHA for 368e6b8
1 file changed
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
RUN pip install git+https://github.com/sphinx-contrib/video.git@master
5
@@ -15,7 +15,7 @@ RUN cd /data/docs-builder \
15
&& cp /data/docs/static/* /data/website/html/_static/
16
17
# Build a small nginx container with just the static site in it.
18
-FROM markstory/cakephp-docs-builder:runtime as runtime
+FROM ghcr.io/cakephp/docs-builder:runtime as runtime
19
20
# Configure search index script
21
ENV LANGS="en fr ja pt"
0 commit comments