CodeForPhilly / paws-data-pipeline

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

Mount server as volume instead of copying #545

Closed osabahat closed 1 year ago

osabahat commented 1 year ago

Mounts the server directory as a volume directly into the container so that the container doesn't need to be torn down between changes to the source code.

Resolves #544

osabahat commented 1 year ago

Will not work with production since there will be no file system to mount.