shevadesuyash commited on
Commit
88cb000
·
verified ·
1 Parent(s): 1bd7664

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ COPY entrypoint.sh /app/entrypoint.sh
37
  RUN chmod +x /app/entrypoint.sh
38
 
39
  # Expose Flask default port
40
- # EXPOSE 8080
41
 
42
  # Add this near the end of Dockerfile
43
  RUN chmod -R a+w /app/.hf_cache
 
37
  RUN chmod +x /app/entrypoint.sh
38
 
39
  # Expose Flask default port
40
+ EXPOSE 7860
41
 
42
  # Add this near the end of Dockerfile
43
  RUN chmod -R a+w /app/.hf_cache