giandonatoinverso / PHP-Dynamic-Qr-code

PHP Dynamic Qr code is a script that allows the generation and saving of dynamic and static QR codes
MIT License
269 stars 77 forks source link

Docker config for local development #34

Closed 0xRenegade closed 11 months ago

0xRenegade commented 2 years ago

Right now the docker config is set for a more static configuration, because it uses release archives and copies those files over into the document root for the webserver - and that works great if you're not constantly editing the code/using version control.

Could we have docker config for the qrcode folder which will mount the current directory into the container (rather than using release archive + copying files) so that when a file is changed, docker doesn't need restarting?

This is not an issue for me personally (docker doesn't work on my pc right now, lol), more for other users who would contribute or use this application.

giandonatoinverso commented 11 months ago

just released 2.0 version