Update Dockerfile with curl
This commit is contained in:
@@ -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 ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user