42-ft-transcendence

copy the .env.example and rename it to .env update all the place holders in .env with the accurate values

+ to build and run the project directly:

docker compose up --build

+ using the Makefile:

make build : will build and up the containers.
make stop : will stop the containers.
make start : will start the containers.
make clean : will delete all the containers , images and volumes.