Skip to content

Commit

Permalink
Merge pull request #136 from zhiyan114/master
Browse files Browse the repository at this point in the history
it's always sharp
  • Loading branch information
zhiyan114 authored Aug 25, 2024
2 parents fa0794b + 44c9ccf commit 8dc540f
Show file tree
Hide file tree
Showing 3 changed files with 580 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get install python3 make g++ git -y

# Install npm packages
COPY package.json package-lock.json ./
RUN npm install --cpu=x64 --os=linux --libc=glibc
RUN npm ci

# Env Setup
COPY tsconfig.json ./
Expand Down
Loading

0 comments on commit 8dc540f

Please sign in to comment.