catanatron icon indicating copy to clipboard operation
catanatron copied to clipboard

docker-compose images are outdated

Open HassanJbara opened this issue 9 months ago • 5 comments

Running the docker-compose file to start the react server fails in the react-ui container due to this error: The engine "node" is incompatible with this module. Expected version ">=16.0.0 <17.0.0". Got "15.5.0". I looked into the bcollazo/catanatron-react-ui:latest image and it seems like it indeed uses a wrong node version. Furthermore, the server image uses a wrong flask server file (catanatron_server/server instead of catanatron_server/catanatron_server).

Suggested Solution

Either update the images or simply comment out the image option under the react-ui and server containers in docker-compose, forcing docker to build the images from the local dockerfiles instead.

HassanJbara avatar May 29 '24 20:05 HassanJbara