### Node Express template project This project is based on a GitLab [Project Template](https://docs.gitlab.com/ee/gitlab-basics/create-project.html). Improvements can be proposed in the [original project](https://gitlab.com/gitlab-org/project-templates/express). ### CI/CD with Auto DevOps This template is compatible with [Auto DevOps](https://docs.gitlab.com/ee/topics/autodevops/). If Auto DevOps is not already enabled for this project, you can [turn it on](https://docs.gitlab.com/ee/topics/autodevops/#enabling-auto-devops) in the project settings. #Sujet du TP : https://servuc.github.io/teaching/docker/docker-3.htmlComment #lancer le serveur avec un nombre precis de clients: ```terminal docker-compose up --scale client=x --scale server=1 ``` avec x le nombre de clients.