File size: 133 Bytes
4daea6c |
1 2 3 4 5 6 7 8 9 |
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
volumes:
- .:/app |
4daea6c |
1 2 3 4 5 6 7 8 9 |
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
volumes:
- .:/app |