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 9c02c58 + 20b4e3c commit e516935Copy full SHA for e516935
1 file changed
Dockerfile
@@ -37,7 +37,7 @@ RUN apk update && apk upgrade && apk add --update --no-cache \
37
WORKDIR $RAILS_ROOT
38
39
COPY . .
40
-RUN npm install --global npm
+RUN npm install --global npm@11.4.2
41
RUN npm install
42
RUN npm run build && npm run build:css
43
0 commit comments