🐛 Remove package-lock

This commit is contained in:
Gal 2024-02-13 22:54:13 +01:00
parent dcdcb0e8a8
commit 1514870931
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
FROM node:20-slim as builder
WORKDIR /usr/src/app
COPY package.json .
COPY package-lock.json* .
RUN npm ci
RUN npm install