@@ -9,4 +9,6 @@ COPY ./ ./
RUN npm run test:all
+RUN npm run fetch:blocks
+
CMD ["npm", "run", "build"]
@@ -7,5 +7,6 @@ RUN npm install --silent --no-cache --registry=https://registry.npm.taobao.org
COPY ./ ./
CMD ["npm", "run", "start"]
@@ -9,6 +9,8 @@ COPY ./ ./
RUN npm run build