CodeForPhilly / paws-data-pipeline

PAWS Data Pipeline Project
MIT License
17 stars 9 forks source link

Mount volume into Docker server #544

Closed osabahat closed 1 year ago

osabahat commented 1 year ago

Instead of copying the server directory in the Dockerfile, mount it as a volume in the docker-compose.yaml file so that the server container does not need to be rebuilt each time a change is made.