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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -13,10 +13,8 @@ RUN npm install
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
 
21
  # Set environment variables (if needed)
22
  ENV NODE_ENV=production
 
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
 
19
  # Set environment variables (if needed)
20
  ENV NODE_ENV=production