mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-04 16:06:13 +00:00
documente un souci avec docker lors de l'installation de chill
This commit is contained in:
parent
f70e3b7997
commit
3ddab4f6e2
@ -65,6 +65,17 @@ This script will :
|
|||||||
4. build assets
|
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
|
4. Start the project
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user