fix: Use npm install in Dockerfile to regenerate lockfile
This commit is contained in:
parent
d06bf0defa
commit
0e4a73f7f0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ COPY package*.json ./
|
|||
COPY prisma ./prisma/
|
||||
|
||||
# Install dependencies
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
|
||||
# Copy source
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue