Skip to content

Commit

Permalink
build: Add cache directory (#570)
Browse files Browse the repository at this point in the history
Fixes #568
  • Loading branch information
kesara authored Jan 29, 2025
1 parent 32f835b commit b01984f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ RUN mkdir -p tmp && \
# cache configuration
RUN mkdir -p /tmp/cache/xml2rfc && \
mkdir -p /tmp/cache/refcache && \
mkdir /var/www/.cache && \
ln -sf /tmp/cache/xml2rfc /var/cache/xml2rfc && \
chown -R www-data:0 /tmp/cache
chown -R www-data:0 /tmp/cache /var/www/.cache
ENV KRAMDOWN_REFCACHEDIR=/tmp/cache/refcache


Expand Down

0 comments on commit b01984f

Please sign in to comment.