Files
Python-for-Geeks/Chapter11/grades_ms/grades/docker-compose.yml
T
2021-07-08 22:05:16 +04:00

11 lines
152 B
YAML

version: '3.7'
services:
gradesapp:
build:
context: .
dockerfile: Dockerfile
ports:
- 8000:8000
volumes:
- .:/app