wtfloris / hestia

Hestia scrapes real estate websites for new rental listings
95 stars 33 forks source link

build(script): Create seperate dev build script #28

Closed Grunkhead closed 10 months ago

Grunkhead commented 10 months ago

Removes orphan containers and runs the dev containers which it did not before

wtfloris commented 10 months ago

Dev containers are run using the argument dev. This is combined in one script to prevent file clutter. I also rarely use --remove-orphans because having containers deleted without an explicit command can lead to unexpected (read: unwanted) results.

It's a matter of personal preference, I suppose.