DICOMScanClassificationDemo / docker-compose.yml
vkt1414's picture
enh: create a docker-compose file to easily enable running the app locally
84f1996 verified
raw
history blame contribute delete
155 Bytes
version: '3'
services:
app:
build:
context: .
dockerfile: Dockerfile
volumes:
- .:/home/user/app
ports:
- 8501:8501