Closed starkajs closed 1 year ago
Within Azure Container Apps (where it deploys to) you'll find options for Revisions and Containers:
Under Revisions you can find what the status of the deployment is, here's an example:
Clicking on the name will give you links to the various logs in which you could dig more into it, but it sounds like the deployment didn't work, so you might need to look into the azd
logs locally first.
Thanks Aaron. You've just made the start of my day an amazing one as going into the logs allowed me to see that "chalk" wasn't in package.json.
Thanks again Andrew
No longer an issue
Can you send a PR with the updated Dockerfile? Should probably bump the one in the template, and that way you get the contributor credits 😄
Will attempt to work out how to do that today :-)
Hi,
When using the template with the latest version of remix (2.2.0) and then updating the Dockerfile to node:19-alpine the deployment just stays on the nginx landing page.
I'm not sure where to debug from there if you can point that out it'd be a great help? We're using Azure through foundershub so would prefer to stay with Azure which is made easier with your template (thank you!!) but still challenging!
Andrew