Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
perrornet committed Jan 15, 2025
1 parent a40ca7c commit 3aaf332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY *.json ./
#
RUN npm install
RUN npx lerna bootstrap || true
RUN cd /home/app/node_modules/@ethereum-sourcify/core && ls
RUN cat /home/app/node_modules/@ethereum-sourcify/core/package.json
RUN cd /home/app/node_modules/@ethereum-sourcify/core && npm run build
RUN cd /home/app && npx lerna bootstrap || true
RUN cd /home/app/node_modules/@ethereum-sourcify/verification && npm run build
Expand Down

0 comments on commit 3aaf332

Please sign in to comment.