coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.42k stars 339 forks source link

fix jsonargsrecommended warning #162

Closed brunob45 closed 3 months ago

brunob45 commented 3 months ago

When building the docker image using the provided Dockerfile, this warning is reported:

WARN: JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 49)

Adding SHELL ["/bin/ash", "-c"] just before the CMD statement fixes this warning. I chose ash as it is the default shell for apline.