Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Jun 21, 2024
1 parent 7343f64 commit 977cd6c
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 @@ -45,8 +45,9 @@ ENV GATSBY_IMPRESSO_API_URL="/api"

RUN yarn build

RUN npm install -g [email protected]
# Install and run pagefind
RUN npx pagefind@v1.1.0 --site /app/public --verbose
RUN pagefind --site /app/public --verbose

# copy all files built by gatsy to busybox
FROM busybox:stable
Expand Down

0 comments on commit 977cd6c

Please sign in to comment.