Update Dockerfile with curl

This commit is contained in:
Eric Gullickson
2025-12-20 09:50:00 -06:00
parent 2174a1b1e3
commit b9801d5f3b
7 changed files with 148 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
# Stage 1: Base with dependencies
FROM node:20-alpine AS base
RUN apk add --no-cache dumb-init
RUN apk add --no-cache dumb-init curl
WORKDIR /app
COPY package*.json ./