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.
2 parents fc26df9 + 7efab3a commit 8d34426Copy full SHA for 8d34426
Dockerfile
@@ -9,7 +9,7 @@ COPY package*.json ./
9
COPY patches ./
10
11
# Upgrade system packages
12
-RUN apk update && apk upgrade --no-cache
+RUN apk upgrade --no-cache
13
14
# Upgrade npm to version 10.9.2
15
RUN npm install -g [email protected]
@@ -29,7 +29,7 @@ RUN npm run build \
29
FROM node:20-alpine
30
31
32
33
34
35
0 commit comments