mikmc commited on
Commit
85f2922
·
verified ·
1 Parent(s): e72e934

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,8 +16,8 @@ COPY . .
16
  # Set environment variable to production
17
  ENV NODE_ENV=production
18
 
19
- # Expose the port Hugging Face uses
20
  EXPOSE 3000
21
 
22
- # Start the app using the port Hugging Face will bind to
23
  CMD ["npm", "start"]
 
16
  # Set environment variable to production
17
  ENV NODE_ENV=production
18
 
19
+ # Expose the port Hugging Face Spaces will bind to
20
  EXPOSE 3000
21
 
22
+ # Command to start the app
23
  CMD ["npm", "start"]