This commit is contained in:
Milo Schwartz 2024-10-06 09:55:45 -04:00
parent 86e66f4236
commit 282203d9f2
No known key found for this signature in database
20 changed files with 697 additions and 15634 deletions

View file

@ -1,4 +1,4 @@
FROM node:18-alpine AS builder
FROM node:20-alpine AS builder
WORKDIR /app
@ -10,7 +10,7 @@ COPY . .
RUN npm run build
FROM node:18-alpine AS runner
FROM node:20-alpine AS runner
RUN apk add --no-cache curl