5bb26cc53a
Signed-off-by: mikesir87 <mikesir87@gmail.com> Imported from dockersamples/101-tutorial, removed other languages for now, and replaced PWD references with Docker Desktop.
13 lines
167 B
YAML
13 lines
167 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
docs:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
target: dev
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- ./:/app
|