Closed thierrydallacroce closed 4 years ago
Though the unit tests pass, I can't seem to get it working locally within Docker. As expected, dkan-web
uses PHP 7.3 but for some reason dkan-cli
still uses PHP 7.2. I will investigate.
So it was probably an older version of the dkan-cli
image in my environment. After I docker system prune -a -f
I am now seeing PHP 7.3 within the dkan-cli container, and also freed up ~16 GB..
Switch web's image to @rhabbachi 's dkan-web in order to get PHP 7.3