Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 421 Bytes

DEV.md

File metadata and controls

15 lines (10 loc) · 421 Bytes

Development

Start the containers and networking with:

npm run compose

If you are going to iterate on the code running in the backend container (consisting of scraper and core PM2 services), you should remove the previously created images prior to running compose to restart the containers. else just run docker compose up -d --build

To stop the containers, run:

docker compose down