You should install docker and docker-compose.
This will run server on given port in .env
file.
cp .env.example .env
docker-compose up
If you want to rebuild the container, run docker-compose up --build
.
Server will run with nodemon
, watching modifications in src directory. The server will be automatically re-run when files in src are modified.
This command will stop the running containers
docker-compose stop