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 .