build sqlite from source
This commit is contained in:
@@ -30,6 +30,7 @@ WORKDIR /app
|
|||||||
COPY ./server/package.json ./
|
COPY ./server/package.json ./
|
||||||
COPY ./server/tsconfig.json ./
|
COPY ./server/tsconfig.json ./
|
||||||
|
|
||||||
|
RUN apk add --update --no-cache python3 py3-pip make g++ git
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
COPY ./server/src ./src
|
COPY ./server/src ./src
|
||||||
|
Reference in New Issue
Block a user