From 0c25704c30d0348c7f0d43664e7b7103a6772f6f Mon Sep 17 00:00:00 2001 From: richaarora01 Date: Thu, 21 Mar 2024 15:00:58 -0700 Subject: [PATCH] Modified Dockerfile --- web_app/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_app/Dockerfile b/web_app/Dockerfile index 212ea9da..604e9586 100644 --- a/web_app/Dockerfile +++ b/web_app/Dockerfile @@ -32,11 +32,11 @@ RUN npm install COPY package.json . COPY package-lock.json . -COPY /node_modules ./node_modules +#COPY /node_modules ./node_modules COPY /src ./src COPY /public ./public COPY next.config.mjs . -COPY next-env.d.ts . +#COPY next-env.d.ts . COPY tsconfig.json . COPY .eslintrc.json .