Allows changes to the app repository to be reflected in the container's repository

Enables hot-reloading in the Django repository, providing an enviroment that suits better to a developing enviroment.

Signed-off-by: Jeferson Melo <jefersonmedeiros000@gmail.com>
pull/325/head
Jeferson Melo 1 year ago
parent e6b1d2755f
commit 386ad0e112
  1. 4
      django/compose.yaml

@ -3,5 +3,7 @@ services:
build:
context: app
target: builder
volumes:
- ./app:/app
ports:
- '8000:8000'
- '8000:8000'
Loading…
Cancel
Save