admin管理员组文章数量:1384418
I have generated a Jhipster app using JDL. Runs in docker with database and Keycloak great.
Then I make changes within VS Code to the HTML and re generate. But my changes are not showing - the new version is the same as the original.
What could the possible reasons be for not picking up the new code?
What approaches to de-bugging are there?
Points:
- Using VS Code (previous experience with IntelliJ showed no problems)
- Have to lowered version of <jib-maven-plugin.version>3.4.4 to <jib-maven-plugin.version>3.4.2 because 3.4.4 hangs at 80% when building image
- Docker image build command is "./mvnw package -Pdev verify jib:dockerBuild -DskipTests"
- Output does not contain any errors, although has "The credential helper (docker-credential-desktop) has nothing for server URL: registry-1.docker.io"#
- Docker run command is "docker-compose -f src/main/docker/app.yml -p "aaa" up -d", which fires up containers nicely
- Delete Docker Image and re-build. No help.
- Committed all changes to git. No help.
- Rebooted machine. No help.
- Run browser in Private mode and clear caches. No help.
- Fire up with "npm start", but still shows unchanged screens showing on localhost:9000. Making more changes to the html fires the build on :9000 again, but these changes not showing either.
本文标签: dockerJhipster app generation not picking up code changesStack Overflow
版权声明:本文标题:docker - Jhipster app generation not picking up code changes - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744501736a2609360.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论