diff --git a/tools/walletextension/frontend/Dockerfile b/tools/walletextension/frontend/Dockerfile index 0e15b89e8a..f5bebcafb3 100644 --- a/tools/walletextension/frontend/Dockerfile +++ b/tools/walletextension/frontend/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /usr/src/app COPY package*.json ./ # Install dependencies -RUN npm ci +RUN npm install # Copy the rest of the application code COPY . .