This commit is contained in:
2025-07-05 00:58:53 +00:00
parent 9090ea4c10
commit c5bd2ba29c
4 changed files with 30 additions and 4 deletions

View File

@ -6,7 +6,7 @@ WORKDIR /app
COPY package*.json ./
# Install dependencies
RUN npm ci
RUN npm install
# Copy source code
COPY . .