fix typo in dockerfile (#44)

lib-dependencies
Jaspreet singh 2022-06-18 14:19:22 +05:30 zatwierdzone przez GitHub
rodzic a3e149af2d
commit e6ee6816e2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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]