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)