8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
version: '3'
|
|
|
|
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- 8000:8000
|