Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac31fbf862 | |||
| 1a59baaacc |
+1
-1
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user