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 7dcd307 + bac2090 commit ede596bCopy full SHA for ede596b
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@11.4.2
+RUN npm install --global npm@latest
41
RUN npm install
42
RUN npm run build && npm run build:css
43
0 commit comments