From e98c0cba213068489328df9627dbc4294f552bc3 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Sun, 29 Sep 2024 16:12:33 -0400 Subject: [PATCH] Update container --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 20057ba1..6c17c34c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ RUN npm run build # Stage 2: Run the application FROM node:18-alpine AS runner +RUN apk add --no-cache curl + WORKDIR /app # Copy package.json and package-lock.json