soxogvv commited on
Commit
83e0d41
Β·
verified Β·
1 Parent(s): 9560ee9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -52,6 +52,7 @@ WORKDIR /root/app
52
  COPY package*.json ./
53
  RUN npm install --omit=dev
54
  COPY . .
 
55
 
56
  # ── Runtime ───────────────────────────────────────────────────────────────────
57
  EXPOSE 7860
 
52
  COPY package*.json ./
53
  RUN npm install --omit=dev
54
  COPY . .
55
+ RUN ls -la
56
 
57
  # ── Runtime ───────────────────────────────────────────────────────────────────
58
  EXPOSE 7860