We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71aa47b commit a946e8dCopy full SHA for a946e8d
1 file changed
deploy.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM markstory/cakephp-docs-builder as builder
+FROM ghcr.io/cakephp/docs-builder as builder
2
3
COPY . /data/docs
4
COPY requirements.txt /tmp/
@@ -10,7 +10,7 @@ RUN make website DEST="/data/website"
10
11
# Create a slim nginx image.
12
# Final image doesn't need python or latex
13
-FROM markstory/cakephp-docs-builder:runtime as runtime
+FROM ghcr.io/cakephp/docs-builder:runtime as runtime
14
15
# Configure search index script
16
ENV LANGS="en es fr ja pt zh"
0 commit comments