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 cda01a6 commit a40ca7c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ COPY *.json ./
#
RUN npm install
RUN npx lerna bootstrap || true
# 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
# RUN cd /home/app && npx lerna bootstrap || true
# RUN cd /home/app/node_modules/@ethereum-sourcify/validation && npm run build
# RUN cd /home/app && npx lerna bootstrap
RUN cd /home/app/node_modules/@ethereum-sourcify/core && ls
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
RUN cd /home/app && npx lerna bootstrap || true
RUN cd /home/app/node_modules/@ethereum-sourcify/validation && npm run build
RUN cd /home/app && npx lerna bootstrap
RUN npx lerna run build

CMD ["npm", "run", "server:start"]

0 comments on commit a40ca7c

Please sign in to comment.