Skip to content

Commit

Permalink
Merge pull request #5 from neonlabsorg/adapt-for-neon-network
Browse files Browse the repository at this point in the history
Adapt for neon network
  • Loading branch information
kristinaNikolaevaa authored Aug 8, 2024
2 parents 5588854 + b4bb917 commit 39c9952
Show file tree
Hide file tree
Showing 5 changed files with 21,809 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ FROM node:16
COPY --from=build-deps /usr/bin/solc /usr/bin/solc

WORKDIR /app
ADD ./package.json /app/

ADD ./ /app/
RUN chmod +x *.sh
RUN npm i
RUN npm ci
Loading

0 comments on commit 39c9952

Please sign in to comment.