We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a198c31 commit 2b5ca07Copy full SHA for 2b5ca07
docker/Dockerfile
@@ -1,5 +1,6 @@
1
FROM node:22
2
WORKDIR /iexec-poco-subgraph
3
+RUN apt-get update && apt-get install -y git
4
COPY package*.json .
5
RUN npm ci
6
COPY schema.graphql .
0 commit comments