We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c4a99 commit d0e2cdeCopy full SHA for d0e2cde
frontend/Dockerfile
@@ -1,8 +1,10 @@
1
FROM node:23-alpine AS base
2
3
+RUN apk add --no-cache curl
4
+
5
FROM base AS deps
6
-RUN apk add --no-cache libc6-compat curl
7
+RUN apk add --no-cache libc6-compat
8
WORKDIR /app
9
10
COPY package.json pnpm-lock.yaml* .npmrc* ./
0 commit comments