Pepguy commited on
Commit
aef39ae
·
verified ·
1 Parent(s): 8f0ad35

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ WORKDIR /app
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
 
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