Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generate the HTML output.
FROM ghcr.io/cakephp/docs-builder as builder

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

# Copy entire repo in with .git so we can build all versions in one image.
COPY docs /data/docs
Expand All @@ -12,7 +12,7 @@ RUN cd /data/docs-builder \
&& make website LANGS="$LANGS" SOURCE=/data/docs DEST=/data/website \
# Move media files into the output directory so video elements work.
&& mkdir -p /data/website/html/_static \
&& cp /data/docs/static/* /data/website/html/_static/
&& cp /data/docs/_static/* /data/website/html/_static/

# Build a small nginx container with just the static site in it.
FROM ghcr.io/cakephp/docs-builder:runtime as runtime
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.