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
支持把/src/assets配置文件映射到本地吗,每次修改配置文件后都需要重新构建镜像,感觉有点麻烦
No response
The text was updated successfully, but these errors were encountered:
根据当前的dockerfile,他是基于已经配置好的文件,生成静态网站,然后最终docker里面其实只有静态网站了。所以不支持直接修改。即便你直接修改了也是得重新生成静态文件的,无法实现实时生效。
Sorry, something went wrong.
No branches or pull requests
问题描述
支持把/src/assets配置文件映射到本地吗,每次修改配置文件后都需要重新构建镜像,感觉有点麻烦
补充信息
No response
The text was updated successfully, but these errors were encountered: