mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 00:37:54 +00:00
fixup!: Apply review feedback
This commit is contained in:
parent
f7174fbdce
commit
2924b92cea
@ -0,0 +1,2 @@
|
|||||||
|
- [Bugfix] Fixes duplicate volume declarations causing Tutor commands that
|
||||||
|
invoke Docker to fail.
|
@ -6,7 +6,6 @@ x-openedx-service:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
volumes:
|
volumes:
|
||||||
# Settings & config volumes are merged in from `local` docker compose config
|
|
||||||
# theme files
|
# theme files
|
||||||
- ../build/openedx/themes:/openedx/themes
|
- ../build/openedx/themes:/openedx/themes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user