Skip to content

Commit

Permalink
fix: fix volumes empty list error during tutor dev launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Faraz Maqsood authored and Faraz32123 committed Mar 13, 2024
1 parent 90abd11 commit 0034aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Fix volumes empty list error during tutor dev launch. (by @Faraz32123)
4 changes: 2 additions & 2 deletions tutordiscovery/patches/local-docker-compose-dev-services
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ discovery:
command: ./manage.py runserver 0.0.0.0:8381
stdin_open: true
tty: true
{%- for mount in iter_mounts(MOUNTS, "discovery") %}
volumes:
{%- for mount in iter_mounts(MOUNTS, "discovery") %}
- {{ mount }}
{%- endfor %}
{%- endfor %}
ports:
- "8381:8381"
networks:
Expand Down

0 comments on commit 0034aad

Please sign in to comment.