We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05092e commit 006b44aCopy full SHA for 006b44a
Dockerfile
@@ -1,12 +1,6 @@
1
-FROM node:22-alpine
+FROM graphile/postgraphile:4
2
3
-WORKDIR /app
4
-
5
-RUN npm install -g postgraphile@5.0.0-beta.38 \
6
- @graphile-contrib/pg-simplify-inflector@6.1.0 \
7
- postgraphile-plugin-connection-filter@3.0.0-beta.7
8
- # TODO: do same change as was in postgraphile-plugin-connection-filter-relations
9
10
-EXPOSE 5000
11
12
-CMD ["postgraphile"]
+# Install additional plugins
+RUN yarn global add \
+ postgraphile-plugin-connection-filter-relations \
+ @graphile-contrib/pg-simplify-inflector
0 commit comments