codeigniter in two containers distincts projects #218
-
Helo. When I up the container, it is good. I have home page of CI. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@mjeandon |
Beta Was this translation helpful? Give feedback.
-
Yessss! It's good. |
Beta Was this translation helpful? Give feedback.
@mjeandon
You are mounting other folders into the
/app
directory of the container, so when the container starts, it detects that it is not an empty directory and therefore does not initialize anything. Try removing the mounting of subdirectories under/app
, keep it an empty folder. You can remount the subdirectories after the CI source code has been initialized during the first container run.