Project

docker build -t app .
docker run -dp 3000:3000 app

To run the project in a development environment, run the following commands:

npm install
npm run dev