KL-MLC commited on
Commit
bae6055
·
verified ·
1 Parent(s): d8f5a47

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ WORKDIR /app
22
 
23
  # Copy package.json and package-lock.json to the working directory
24
  COPY package*.json ./
 
25
 
26
  # Install Node.js dependencies
27
  RUN npm install
 
22
 
23
  # Copy package.json and package-lock.json to the working directory
24
  COPY package*.json ./
25
+ RUN ls ./
26
 
27
  # Install Node.js dependencies
28
  RUN npm install