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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +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
 
 
20
 
21
 
22
 
23
+ # Copy package files and install dependencies
24
  COPY --chown=user package.json
25
  RUN npm install
26