satyaprakashmohanty13 commited on
Commit
70935ef
·
verified ·
1 Parent(s): 829f9f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -4,8 +4,7 @@ USER root
4
  USER 1000
5
  WORKDIR /usr/src/app
6
  # Copy package.json and package-lock.json to the container
7
- COPY --chown=1000 package.json package-lock.json ./
8
-
9
  # Copy the rest of the application files to the container
10
  COPY --chown=1000 . .
11
 
 
4
  USER 1000
5
  WORKDIR /usr/src/app
6
  # Copy package.json and package-lock.json to the container
7
+ COPY --chown=10
 
8
  # Copy the rest of the application files to the container
9
  COPY --chown=1000 . .
10