Skip to content

Commit

Permalink
Update Dockerfile.server
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Jan 9, 2025
1 parent a5bd77b commit be93c97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ 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/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
RUN npx lerna run build || true

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

0 comments on commit be93c97

Please sign in to comment.