Skip to content

Commit

Permalink
build(docker): suppression pathprefix=/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Feb 13, 2024
1 parent 0600350 commit e2e7c12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ RUN apk add git
WORKDIR /app
COPY . .

# --pathprefix=/docs/
RUN npm ci \
&& npx @11ty/eleventy --pathprefix=/docs/ \
&& npx @11ty/eleventy \
&& npx pagefind --site _site/ --output-subdir \"_pagefind\" \
&& rm -rf node_modules .git

Expand Down

0 comments on commit e2e7c12

Please sign in to comment.