Help with nextjs build frozen the server issue
To be fair this is not Dokploy issue, I believe. When I try to build my nextjs app inside Dokploy, it uses so much resources that cause the server frozen. A couple months ago, I think @Siumauricio suggested me build the docker image inside Github Actions then use it to deploy on Dokploy, that solution works, the only issue is it cost me 30-40 minutes
for any small PR, because the GA is just too slow.
Is there any better suggestions that I could use? We don't have huge budget but could pay something to speed this up. My main goal is making the merge PR => build => deploy on Dokploy easier and faster.
Thanks in advance.
Is there any better suggestions that I could use? We don't have huge budget but could pay something to speed this up. My main goal is making the merge PR => build => deploy on Dokploy easier and faster.
Thanks in advance.