fix docker

This commit is contained in:
Gal 2025-07-16 00:13:21 +02:00
parent 01d84323d3
commit 97c4c3002d
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 1 additions and 1 deletions

View File

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