To install the necessary dependencies, run the following command:
$ npm installTo run the app in Docker, follow these steps:
-
Make sure Docker is up
-
Build docker image using
docker compose:
$ docker compose build- Run the Docker Compose:
$ docker compose up user-acquisition-service-
Enjoy! 🚀
-
To shut down the Docker containers:
$ docker compose down