automatic-ripping-machine / arm-dependencies

A repo to codify the requirements used by Automatic Ripping Machine
MIT License
5 stars 11 forks source link

Removed volumes from dockerfile #279

Closed microtechno9000 closed 9 months ago

microtechno9000 commented 9 months ago

Bugfix for the dependencies container, removed the docker volumes as it creates issues mounting the volumes in this container and the ARM main container.

All volume mounts should be against a single container/image

microtechno9000 commented 9 months ago

PR Raised within ARM Main, this PR can be reviewed and merged, with the below PR requiring this PR resolved

https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1061