Genesis955 commited on
Commit
fdedd98
·
verified ·
1 Parent(s): 283681c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,2 +1,3 @@
1
  FROM ghcr.io/open-webui/open-webui:main
 
2
  CMD ["bash", "/app/backend/start.sh"]
 
1
  FROM ghcr.io/open-webui/open-webui:main
2
+ ENV PORT=7860
3
  CMD ["bash", "/app/backend/start.sh"]