fix docker

This commit is contained in:
Gal 2025-07-16 00:11:29 +02:00
parent 2bceb91f72
commit 01d84323d3
Signed by: gal
GPG Key ID: F035BC65003BC00B
2 changed files with 2 additions and 2 deletions

View File

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

View File

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