nitishragu12 / Capstone-Project

0 stars 1 forks source link

Containerisation #36

Closed somni1oquist closed 3 months ago

somni1oquist commented 3 months ago

For the consideration of future integration with CI/CD and testing, containerisation is a preferred way to build environment.

The main goal for this is to generalise and ease the preparation for coding.

As a result, python -m venv and npm install will be left and Docker engine, docker-compose command will be introduced to make sure the consistency of the coding environment.

somni1oquist commented 3 months ago

Basic containerisation succeeded at pr #25. And more scheduled:

somni1oquist commented 3 months ago

Containerisation