Spaces:
Running
Running
change dockerfile
Browse files- 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"]
|