I’m still learning how to implement docker containers into my app and I just set up a mongo container to replace MongoDB atlas and have that working with my app so far. I created a script in my package.json, "build:container": "node -e 'require("./docker-build").runContainer()'"
that I want to run the container I have setup. so I also have a docker-build.js file setup but I’m not sure if what I’m trying to do is the correct way of doing this (or correct). I don’t have a docker file setup, I just ran the docker run command in my terminal