lichess-org / lila-docker

Lichess local development using Docker Compose.
GNU Affero General Public License v3.0
44 stars 44 forks source link

Update CMD syntax in CI Dockerfile #117

Closed fitztrev closed 4 weeks ago

fitztrev commented 1 month ago

Get this warning during build:

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

See https://docs.docker.com/reference/build-checks/json-args-recommended/

https://github.com/lichess-org/lila-docker/blob/3e4fd0903a886dec8960616f5ed3cfadc531f0d0/docker/ci.Dockerfile#L67-L73