leek commited on
Commit
58b0425
·
1 Parent(s): d5069fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -23,4 +23,7 @@ RUN mkdir -p $LOG_PATH $FLOWISE_PATH/uploads && chmod -R 777 $LOG_PATH $FLOWISE_
23
 
24
  WORKDIR /data
25
 
 
 
 
26
  CMD ["npx", "flowise", "start"]
 
23
 
24
  WORKDIR /data
25
 
26
+ # configuration for deploying on huggingface
27
+ ENV PORT=7860
28
+
29
  CMD ["npx", "flowise", "start"]