pull/24/head
Thibaud Colas 2021-03-04 22:08:11 +00:00 zatwierdzone przez GitHub
rodzic 69e12dad54
commit 1bae2678b1
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

@ -15,7 +15,7 @@ COPY ./bakerydemo/requirements/* /code/requirements/
RUN pip install --upgrade pip \
&& pip install -r /code/requirements/production.txt
# Install wagtail from the host. This folder will be overriteen by a volume mount during run time (so that code
# Install wagtail 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 wagtail can be pip install'd.
COPY ./wagtail /code/wagtail/
RUN cd /code/wagtail/ \