Skip to content

Conversation

hengxian-jiang
Copy link

No description provided.

Comment on lines +18 to +21
ARG VITE_BASE_PATH
ARG VITE_API_BASE_URL
ENV VITE_BASE_PATH=${VITE_BASE_PATH}
ENV VITE_API_BASE_URL=${VITE_API_BASE_URL}
Copy link
Author

@hengxian-jiang hengxian-jiang Sep 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker build -t flowise:prefix \
  --build-arg VITE_BASE_PATH=/flowise \
  --build-arg VITE_API_BASE_URL=https://localhost:41100/flowise \
  -f docker/Dockerfile .

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hengxian-jiang the server should also have support to custom base path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants