Skip to content

Commit d8ef02f

Browse files
Move npm install to lower layer
1 parent 47f83b6 commit d8ef02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM node:22
22
WORKDIR /iexec-poco-subgraph
33
COPY package*.json .
4+
RUN npm ci
45
COPY schema.graphql .
56
COPY subgraph.template.yaml .
67
COPY networks.json .
78
COPY src src
8-
RUN npm ci
99
ENTRYPOINT [ "npm", "run", "deploy:all" ]

0 commit comments

Comments
 (0)