build sqlite from source

This commit is contained in:
Cogent Apps
2023-03-18 02:05:28 +00:00
parent a39ac48549
commit 4eeb7f3478

View File

@@ -30,6 +30,7 @@ WORKDIR /app
COPY ./server/package.json ./
COPY ./server/tsconfig.json ./
RUN apk add --update --no-cache python3 py3-pip make g++ git
RUN npm install
COPY ./server/src ./src