open-semantic-search icon indicating copy to clipboard operation
open-semantic-search copied to clipboard

Changes required to build working Docker container (Windows 10 Pro WSL2)

Open DrMikeJS opened this issue 2 years ago • 2 comments

Changed CRLF to LF in many if not most files

Replaced shortcuts in flower.conf files with contents of target conf file (shortcuts giving Apache error as "unrecognised command")

Replaced deprecated Django "url" function with "re_path" aliased as url for Django 4 compatibility.

Replaced NullBooleanField with BooleanField(null=True) for Django 4 compatibility.

Container now runs without errors.

DrMikeJS avatar May 08 '22 09:05 DrMikeJS

You da man!

feathered-arch avatar May 09 '22 21:05 feathered-arch

May be same issue of #427 and #433

thecocce avatar Oct 08 '22 10:10 thecocce