We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose.yml
erd-ui: image: erdonline/erd-ui:5.0.0 container_name: erd-ui restart: on-failure volumes: - /opt/erd/ui:/usr/share/nginx/html env_file: - ./env/ui.env ports: - "9669:9669" networks: - erd
然后进行
docker-compose restart erd-ui
/opt/erd/ui 下的内容是我在windows平台通过
npm run build:pre
构建出来的dist包下的全部内容
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker-compose.yml
然后进行
/opt/erd/ui 下的内容是我在windows平台通过
构建出来的dist包下的全部内容
The text was updated successfully, but these errors were encountered: