Skip to content

codeigniter in two containers distincts projects #218

Closed Answered by shinsenter
mjeandon asked this question in Q&A
Discussion options

You must be logged in to vote

@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.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mjeandon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants