Skip to content

Commit

Permalink
Merge pull request #134 from zhiyan114/master
Browse files Browse the repository at this point in the history
...
  • Loading branch information
zhiyan114 authored Aug 25, 2024
2 parents 26d2d2e + 28d8f1a commit fa0794b
Showing 1 changed file with 1 addition and 1 deletion.
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 ci
RUN npm install --cpu=x64 --os=linux --libc=glibc

# Env Setup
COPY tsconfig.json ./
Expand Down

0 comments on commit fa0794b

Please sign in to comment.