Run docker-compose up
docker-compose up
That's it!
If you've pulled new code files you'll have to rebuild the Docker image using docker-compose build --no-cache node_backend
docker-compose build --no-cache node_backend
Last updated 1 year ago