Update dockerfile

This commit is contained in:
g
2025-02-07 04:49:32 +00:00
parent 28012d42f5
commit f19797e752

View File

@@ -8,7 +8,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
# Install dependencies
RUN npm install --frozen-lockfile
RUN npm install -force
# Copy the rest of the application files
COPY . .