pageauc / speed-camera

A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.
Apache License 2.0
985 stars 172 forks source link

Reconcile Dockerfiles #83

Closed RandallKent closed 2 years ago

RandallKent commented 3 years ago

We have two Dockerfiles:

/.devcontainer/Dockerfile for Development

/Dockerfile for "production"

To reduce confusion we should consider combining the two.

ianmaciel commented 3 years ago

Usually it make sense to have two different images: for development and production. So my comment here might be mistaken.

Anyway, it is easy to setup on devcontainer to use an external Dockerfile. I am just not sure if the difference between both and if how can this cause any issue...

RandallKent commented 2 years ago

I'm good with keeping the two separate. My only concern is around issues in production if the two images deviate materially. I'll close this out for now.