We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afa16c commit c1d417dCopy full SHA for c1d417d
Dockerfile
@@ -3,8 +3,8 @@ FROM node:22-alpine
3
WORKDIR /app
4
5
RUN npm install -g postgraphile@beta \
6
- @graphile-contrib/pg-simplify-inflector \
7
- postgraphile-plugin-connection-filter-relations@beta
+ @graphile-contrib/pg-simplify-inflector@6.1.0 \
+ postgraphile-plugin-connection-filter-relations@3.0.0-beta.7
8
9
EXPOSE 5000
10
0 commit comments