mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
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>
This commit is contained in:
parent
e6b1d2755f
commit
386ad0e112
1 changed files with 3 additions and 1 deletions
|
@ -3,5 +3,7 @@ services:
|
|||
build:
|
||||
context: app
|
||||
target: builder
|
||||
volumes:
|
||||
- ./app:/app
|
||||
ports:
|
||||
- '8000:8000'
|
||||
- '8000:8000'
|
Loading…
Add table
Add a link
Reference in a new issue