Mdean77 commited on
Commit
0097a57
·
1 Parent(s): 57a1cc7
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,5 +34,5 @@ RUN uv sync --frozen
34
 
35
  # # Expose the ports
36
  EXPOSE 7860 6333
37
- # USER root
38
  ENTRYPOINT ["./entrypoint.sh"]
 
34
 
35
  # # Expose the ports
36
  EXPOSE 7860 6333
37
+ USER root
38
  ENTRYPOINT ["./entrypoint.sh"]