CLARIN-PL / Inforex

Inforex is a web system for text corpora construction.
Other
11 stars 9 forks source link

Docker config fix #127

Closed seweryn626 closed 2 years ago

seweryn626 commented 2 years ago

After update software in liquibase container, new version of netcat changed content of message for successfull connect to open port. Because of this, while loop, in run.sh script never ends, and loading liquibase updates, will be never processed. Liquibase container never stops. This fix solve this. Never use netcat for this again. Also added mysqli php extension to modules loaded to www container - for test work with mysqli phptype driver.