mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-30 18:58:29 +01: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:
@@ -1,5 +1,7 @@
|
||||
services:
|
||||
web:
|
||||
build: app
|
||||
build:
|
||||
context: app
|
||||
target: builder
|
||||
ports:
|
||||
- '8000:8000'
|
||||
|
||||
Reference in New Issue
Block a user