Combatability issue with Windows fixed.

According to information from https://stackoverflow.com/a/36885829/291505 and issue #46
pull/49/head
Sævar Öfjörð Magnússon 2022-10-14 09:54:00 +00:00 zatwierdzone przez GitHub
rodzic e6ee6816e2
commit 30d7aeeadd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ services:
container_name: "web"
build: ./
working_dir: /code/bakerydemo
command: ./manage.py runserver 0.0.0.0:8000
command: python manage.py runserver 0.0.0.0:8000
restart: "no"
volumes:
- ./wagtail:/code/wagtail:delegated,rw
@ -46,4 +46,4 @@ services:
- node_modules:/code/wagtail/node_modules/
command: bash -c "echo 'Copying node_modules, this may take a few minutes...' && rsync -rah --info=progress2 /node_modules /code/wagtail/ && npm run start"
restart: "no"
tty: true
tty: true