Closed Jaspreet-singh-1032 closed 2 years ago
There is a typo in Dockerfile at COPY ./libs/willow /code/willow/ command. The actual name of directory is Willow (capital 'W') which was causing this command to fail.
COPY ./libs/willow /code/willow/
Thank you! Apologies for breaking the Dockerfile. We were adding support for Willow contribution during the Wagtail sprint in Arnhem NL.
There is a typo in Dockerfile at
COPY ./libs/willow /code/willow/
command. The actual name of directory is Willow (capital 'W') which was causing this command to fail.