I’m currently trying to use Broadsea to deploy Atlas but I’m not seeing anywhere in the Dockerfile where the npm run build command to build the Atlas web application is executed. Because of this, if I follow the instructions in the README for Broadsea, when I spin the docker container up and try to navigate to http://localhost:8080/atlas, I get a bunch of 404s because the node_modules/ folder under atlas/ hasn’t been created.
Is there something I’m missing? One thing to note is that I removed Penelope from the Dockerfile because I’m only concerned with Atlas, but it doesn’t seem like that should affect anything related to building or deploying Atlas.