Pepguy commited on
Commit
204eaf6
·
verified ·
1 Parent(s): 4320859

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -20,8 +20,7 @@ WORKDIR /app
20
 
21
 
22
 
23
- # Copy package files and install dependencies
24
- COPY --chown=user package.json
25
  RUN npm install
26
 
27
  # Copy the rest of the application source
 
20
 
21
 
22
 
23
+ COPY --chown=user package*.json ./
 
24
  RUN npm install
25
 
26
  # Copy the rest of the application source