Mahfujul commited on
Commit
6a641d1
1 Parent(s): ec83114

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ WORKDIR /code
11
 
12
  # Copy package.json and install dependencies
13
  COPY package*.json ./
 
 
14
  RUN npm install
15
 
16
  # Copy the rest of the application code
 
11
 
12
  # Copy package.json and install dependencies
13
  COPY package*.json ./
14
+ RUN chmod 644 package*.json
15
+
16
  RUN npm install
17
 
18
  # Copy the rest of the application code