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
If you're building a Docker image and having directus/directus as base - it uses node-alpine. That one doesn't have git by default
This ended up working:
FROM directus/directus:11.1.0
USER root
RUN apk add --no-cache git
RUN corepack enable
USER node
RUN pnpm install dimitrov-adrian/directus-extension-searchsync
Hi!
Trying to add this to my project but getting this output:
Any thoughts?
The text was updated successfully, but these errors were encountered: