mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 07:18:06 +02:00
add configuration to use django sample with Docker Dev Environments feature (#252)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
34115dcd3c
commit
f716bfb382
4 changed files with 36 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
services:
|
||||
web:
|
||||
build: app
|
||||
build:
|
||||
context: app
|
||||
target: builder
|
||||
ports:
|
||||
- '8000:8000'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue