We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd17cb commit ac9551aCopy full SHA for ac9551a
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM node:24-alpine AS assets
3
WORKDIR /app
4
5
COPY package.json package-lock.json ./
6
-RUN npm ci
+RUN npm install
7
8
COPY resources ./resources
9
COPY vite.config.js ./
0 commit comments