IT-Academy-BCN / ita-profiles

7 stars 2 forks source link

Feature/#231/docker improve #233

Closed JustTheDude001 closed 1 month ago

JustTheDude001 commented 1 month ago

This feature's goal is to improve the docker system in order to do not need to run several commands after using docker-compose up. The modifications done are: Improve the docker system in order to ease the launch of the work bench.

In order to test the feature there are two different approaches:

! Furthermore the node container has been modified in order to keep running and compile the react app every time a file is modified in the ./src/ folder. Therefore there in no need no more to install npm in the host system, as all actions can be done in the node container (as npm run test).