Skip to content

Commit 006b44a

Browse files
committed
chore: use postgraphile 4 on develop branch
1 parent a05092e commit 006b44a

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

Dockerfile

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
FROM node:22-alpine
1+
FROM graphile/postgraphile:4
22

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"]
3+
# Install additional plugins
4+
RUN yarn global add \
5+
postgraphile-plugin-connection-filter-relations \
6+
@graphile-contrib/pg-simplify-inflector

0 commit comments

Comments
 (0)