Skip to content

Commit

Permalink
Modified Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
richaarora01 committed Mar 21, 2024
1 parent 43680fe commit 0c25704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit 0c25704

Please sign in to comment.