ipld-eth-server/dockerfiles/postgraphile/Dockerfile
2020-03-17 11:18:14 -05:00

8 lines
186 B
Docker

FROM node:alpine
RUN npm install -g postgraphile
RUN npm install -g postgraphile-plugin-connection-filter
RUN npm install -g @graphile/pg-pubsub
EXPOSE 5000
ENTRYPOINT ["postgraphile"]