We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f1920 commit 50ded03Copy full SHA for 50ded03
2 files changed
integrations/directus/Dockerfile
@@ -0,0 +1,10 @@
1
+FROM directus/directus:11
2
+
3
+USER root
4
5
+RUN npm install -g pnpm@latest
6
7
+USER node
8
9
+# Install the integration
10
+RUN pnpm install @replexica/integration-directus
integrations/directus/docker-compose.yml
@@ -1,7 +1,8 @@
version: "3"
services:
directus:
- image: directus/directus:11
+ build:
+ context: ./
ports:
- 8055:8055
volumes:
0 commit comments