Compare commits
2 Commits
0d14069272
...
ac31fbf862
| Author | SHA1 | Date | |
|---|---|---|---|
| ac31fbf862 | |||
| 1a59baaacc |
+1
-1
@@ -2,7 +2,7 @@ FROM node:lts-alpine3.22 AS build
|
||||
WORKDIR /app
|
||||
|
||||
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 db ./db/
|
||||
|
||||
Reference in New Issue
Block a user