Skip to content

Commit

Permalink
Merge pull request #287 from shkangr/update
Browse files Browse the repository at this point in the history
update
  • Loading branch information
shkangr authored Apr 22, 2024
2 parents 50cf31d + 239819d commit e33657c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20.4 AS build-env

COPY . /build
WORKDIR /build
RUN npm build
RUN npm install
RUN yarn tsc --project tsconfig.production.json
RUN wget https://github.com/TryGhost/node-sqlite3/releases/download/v5.1.2/napi-v6-linux-musl-x64.tar.gz && tar -xvzf napi-v6-linux-musl-x64.tar.gz
RUN mv ./napi-v6-linux-musl-x64 /build/node_modules/sqlite3/lib/binding
Expand Down

0 comments on commit e33657c

Please sign in to comment.