1
0
Fork 0
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:
Guillaume Lours 2022-07-12 12:18:35 +02:00 committed by GitHub
parent 34115dcd3c
commit f716bfb382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 2 deletions

View file

@ -1,5 +1,7 @@
services:
web:
build: app
build:
context: app
target: builder
ports:
- '8000:8000'