chore: change npm ci to npm install in Dockerfile

This commit is contained in:
kastov
2025-07-18 17:14:42 +03:00
parent f918ed3222
commit 10921d466c

View File

@@ -13,7 +13,7 @@ WORKDIR /usr/src/app
COPY package*.json ./
RUN npm ci
RUN npm install
COPY . .