fix typo in dockerfile

pull/44/head
Jaspreet-singh-1032 2022-06-18 13:48:36 +05:30
rodzic a3e149af2d
commit 1d95e61498
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,6 +23,6 @@ RUN cd /code/wagtail/ \
# Install Willow from the host. This folder will be overwritten by a volume mount during run time (so that code
# changes show up immediately), but it also needs to be copied into the image now so that Willow can be pip install'd.
COPY ./libs/willow /code/willow/
COPY ./libs/Willow /code/willow/
RUN cd /code/willow/ \
&& pip install -e .[testing]