vumichien commited on
Commit
ac39bd2
·
1 Parent(s): f3975b3

change dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -38,8 +38,5 @@ ENV ENV=production
38
  # Expose port for Hugging Face Spaces (uses port 7860)
39
  EXPOSE 7860
40
 
41
- # Switch to the non-root user
42
- # USER appuser
43
-
44
  # Run the application
45
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
38
  # Expose port for Hugging Face Spaces (uses port 7860)
39
  EXPOSE 7860
40
 
 
 
 
41
  # Run the application
42
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]