Hi,
How do we build and run a container locally with default Dockerfile that Shopify CLI provides for Ruby+React Apps?
I’m building a Shopify CLI App with Ruby+React. I tried running a container with the default Dockerfile locally, but it does not render React (I think as vite server doesn’t start).
We deploy manually to Ubuntu VM with just Docker containers (I know, I know). Hence, it is very important for us to run the same container locally as well as on the server. I understand npm run dev will run both, but this doesn’t help with deployment on Ubuntu VM.
Any help or lead would be grately appreciated.