Skip to content

后端接口怎么使用docker部署,package.json用的线上的包没有使用本地的 #8364

Answered by mertmit
linqianppb asked this question in Q&A
Discussion options

You must be logged in to vote

I had to use translation so please let me know if it is not correct:

How to use docker to deploy the back-end interface. The online package used in package.json does not use the local one

I believe you are talking about nc-lib-gui, we bundle it together with our package each release as you've noticed.
In order to locally replicate that behavior you need to

  • pnpm run build:copy inside nc-gui to move latest UI changes to nc-lib-gui package
  • pnpm install ../nc-lib-gui inside nocodb to link local nc-lib-gui instead of released one

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@linqianppb
Comment options

Answer selected by linqianppb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8363 on April 29, 2024 11:35.