apk add git for npm install in website/Dockerfile

This commit is contained in:
2026-03-22 08:16:26 +00:00
parent 8ad2307fb7
commit 1a59baaacc
+1 -1
View File
@@ -2,7 +2,7 @@ FROM node:lts-alpine3.23 AS runtime
WORKDIR /app WORKDIR /app
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm install RUN apk add --no-cache git && npm install && apk del git
COPY astro.config.mjs ./ COPY astro.config.mjs ./
COPY db ./db/ COPY db ./db/