Merge remote-tracking branch 'origin/master' into calendar/finalization

This commit is contained in:
2022-07-10 20:45:19 +02:00
25 changed files with 137 additions and 95 deletions

View File

@@ -95,6 +95,17 @@ This script will :
4. build assets
.. note::
In some cases it can happen that an old image (chill_base_php or chill_php) stored in the docker cache will make the script fail. To solve this problem you have to delete the image and the container, before the make init :
.. code-block:: bash
docker-compose images php
docker rmi -f chill_php:prod
docker-compose rm php
4. Start the project
====================