Compare commits

...

2 Commits

+1 -1
View File
@@ -2,7 +2,7 @@ FROM node:lts-alpine3.22 AS build
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/