From 483adf0c23a2b2ea2876154fd29ebb15a9b1b640 Mon Sep 17 00:00:00 2001 From: mukeshs Date: Tue, 3 Feb 2026 20:18:27 +0530 Subject: [PATCH] update latest --- DockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerFile b/DockerFile index bcc414d..920a362 100644 --- a/DockerFile +++ b/DockerFile @@ -7,7 +7,7 @@ WORKDIR /app ARG NEXT_PUBLIC_API_URL ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL} -# Copy package files +# Copy package file COPY package.json package-lock.json ./ # Install ALL dependencies (including dev dependencies for build)