apk add git for npm install in website/Dockerfile
This commit is contained in:
+1
-1
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user