Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
support sbv2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCactus committed May 3, 2022
1 parent 12e655d commit 7cee1ea
Show file tree
Hide file tree
Showing 6 changed files with 1,058 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV NODE_OPTIONS=--max_old_space_size=4096
# Only copy the package.json file to work directory
COPY package.json package-lock.json ./
# Install all Packages
RUN npm install --silent
RUN npm install

# Copy all other source code to work directory
COPY src /home/solend/app/src
Expand Down
Loading

0 comments on commit 7cee1ea

Please sign in to comment.