Skip to content

Commit

Permalink
fix: specify port for dev server to listen on
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwheeler committed Dec 6, 2023
1 parent 0212c66 commit 30ce0c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutormfe/patches/local-docker-compose-dev-services
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ mfe:
restart: unless-stopped
depends_on:
- lms
environment:
- "PORT={{ app['port'] }}"
{%- endif %}
{%- endfor %}

0 comments on commit 30ce0c1

Please sign in to comment.