test_python / compose.yml
minhpng's picture
fix dockerfile permission denied
6e43888
raw
history blame contribute delete
101 Bytes
version: "3"
services:
web:
build: .
ports:
- 8000:7860
volumes:
- .:/app