Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

directus market-place still got the 6.0 V #45

Open
bllfoad opened this issue Sep 4, 2024 · 1 comment
Open

directus market-place still got the 6.0 V #45

bllfoad opened this issue Sep 4, 2024 · 1 comment

Comments

@bllfoad
Copy link

bllfoad commented Sep 4, 2024

When will Directus marketplace receive the 6.1 update since it's now still on the old version

image

@bllfoad
Copy link
Author

bllfoad commented Sep 4, 2024

In the meantime, the docker users At the root of your project, create a Dockerfile with the following content :

  FROM directus/directus:latest
  USER root
  RUN corepack enable
  USER node
  RUN pnpm install directus-extension-generate-types 

then update the docker-compose.yml :

  image: 'directus/directus:latest'
    build:
      context: ./ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant