NitinBot001 commited on
Commit
711bbe5
·
verified ·
1 Parent(s): a69de93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -29,5 +29,8 @@ COPY app.py .
29
  # Expose port 5000 for the Flask app
30
  EXPOSE 5000
31
 
 
 
 
32
  # Command to run the application
33
  CMD ["python", "app.py"]
 
29
  # Expose port 5000 for the Flask app
30
  EXPOSE 5000
31
 
32
+ # Run as root user
33
+ USER root
34
+
35
  # Command to run the application
36
  CMD ["python", "app.py"]