Skip to content

Commit

Permalink
Add python3 for node-gyp bs
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Jul 30, 2024
1 parent b5d277d commit 39768f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ WORKDIR /app
COPY package*.json .
COPY . .

RUN apk update
RUN apk add python3
RUN npm i -g pnpm
RUN pnpm install
RUN pnpm run build
Expand Down

0 comments on commit 39768f2

Please sign in to comment.