h3110Fr13nd commited on
Commit
b967a93
1 Parent(s): c2280dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY . .
16
  # Expose port 8080 for the Flask app
17
  EXPOSE 8080
18
 
19
- USER ROOT
20
 
21
  # Set the entrypoint command to run the Flask app
22
  CMD ["python", "app.py"]
 
16
  # Expose port 8080 for the Flask app
17
  EXPOSE 8080
18
 
19
+ USER root
20
 
21
  # Set the entrypoint command to run the Flask app
22
  CMD ["python", "app.py"]