This commit is contained in:
rheiga19 2025-03-26 23:54:35 +07:00
parent e78e675952
commit 1ed85825f2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM node:18-alpine AS builder
WORKDIR /app WORKDIR /app
# Copy package.json and package-lock.json # Copy package.json and package-lock.json
COPY package.json package-lock.json ./ COPY package.json ./
# Install dependencies # Install dependencies
RUN npm install RUN npm install