bmartin5692 / bumper

A standalone and self-hosted implementation of the central server used by Ecovacs vacuum robots.
GNU General Public License v3.0
273 stars 48 forks source link

Update .dockerignore to not exclude the certs folder #97

Closed kushagharahi closed 3 years ago

kushagharahi commented 4 years ago

So that your built certs get baked into the image when you do a docker build

bmartin5692 commented 3 years ago

@kushagharahi - This was a design decision so the auto-built images wouldn't contain certs. Users can map their certs with the volume flag when starting the container (https://bumper.readthedocs.io/en/latest/Docker/).

kushagharahi commented 3 years ago

That is a great design. I will close this PR.