You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a docker image (Dockerfile below) with the extension fails at the execution of the postinstall script
FROM directus/directus:latest
USER root
RUN corepack enable \
&& corepack prepare [email protected] --activate \
&& chown node:node /directus
USER node
RUN pnpm install @pixielabs/directus-extension-blurhash@^1.0.0
What would be the process here? Build the extension locally, exec in the container and run migrations?