kopia lustrzana https://github.com/wagtail/docker-wagtail-develop
Combatability issue with Windows fixed.
According to information from https://stackoverflow.com/a/36885829/291505 and issue #46pull/49/head
rodzic
e6ee6816e2
commit
30d7aeeadd
|
@ -9,7 +9,7 @@ services:
|
||||||
container_name: "web"
|
container_name: "web"
|
||||||
build: ./
|
build: ./
|
||||||
working_dir: /code/bakerydemo
|
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"
|
restart: "no"
|
||||||
volumes:
|
volumes:
|
||||||
- ./wagtail:/code/wagtail:delegated,rw
|
- ./wagtail:/code/wagtail:delegated,rw
|
||||||
|
@ -46,4 +46,4 @@ services:
|
||||||
- node_modules:/code/wagtail/node_modules/
|
- 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"
|
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"
|
restart: "no"
|
||||||
tty: true
|
tty: true
|
||||||
|
|
Ładowanie…
Reference in New Issue