Skip to content
New issue

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

参照文档进行自定义发布erd-ui,并没有成功。前端修改的样式没有改变 #50

Open
Lan-zk opened this issue Nov 29, 2023 · 0 comments

Comments

@Lan-zk
Copy link

Lan-zk commented Nov 29, 2023

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包下的全部内容

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

No branches or pull requests

1 participant