clone3 commited on
Commit
2fa66a0
·
verified ·
1 Parent(s): fabf2bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,6 +13,8 @@ RUN npm install
13
  # Expose the port the app will run on (3000 by default)
14
  EXPOSE 7860
15
 
 
 
16
  # Copy configuration file and set user/password
17
  COPY config/index.js /app/config/index.js
18
 
 
13
  # Expose the port the app will run on (3000 by default)
14
  EXPOSE 7860
15
 
16
+ RUN ls
17
+
18
  # Copy configuration file and set user/password
19
  COPY config/index.js /app/config/index.js
20