cdian
cdian
I want to generate new docker images after modifying the code, is my process correct? 1: ./manage.sh build-bundle 2. ./manage.sh build-docker-images Or is there another way?
I don't know if this error is normal? Will the Terminal task continue? The terminal task doesn't exit, it just gets stuck there。
Thank you for your response. Every time I run ./manage.sh build-bundle, it runs very slowly and gets stuck at one step. I haven't been able to complete it successfully yet....
👌 I tried twice again, and both times got stuck at the step of 'clojure -T:build jar'. It's really frustrating.😢 > it should take +- 5 min for complete the...
I can run `clojure -X:deps prep` success,it download many libs。but run `./manage.sh build-bundle` Again,it still stuck at `clojure -T:build jar`
`Then, staying on the backend directory, execute clojure -T:build jar` after changing the code,I can pass all step successfully on the backend directory。 and I find this code is different...
Sure, thank you. It seems like I need to explore how to use server build. Although I know it runs the two steps of "1. ./manage.sh build-bundle" and "2. ./manage.sh...
ok,now, I get a centos server,but when execute `./manage.sh build-bundle` it errors when build frontend > [4/4] Building fresh packages... Done in 79.49s. + npx gulp clean [02:27:49] Using gulpfile...
I have a question: Do I need to manually install JDK? My understanding is that when I call "./manage.sh buildbundles", it will start the devenv container and complete the build...
I have another question, thank you for the reply. If I only want to modify the frontend code, can I generate a separate image for the frontend and deploy it...