mesh-adaptation / mesh-adaptation-docs

Documentation source for Animate, Goalie, and Movement
MIT License
2 stars 0 forks source link

Avoid `ENV` warning for newer Docker installs #42

Open jwallwork23 opened 2 months ago

jwallwork23 commented 2 months ago
          This and other `ENV` lines raise a warning now: `LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value"`

_Originally posted by @ddundo in https://github.com/mesh-adaptation/mesh-adaptation-docs/pull/40#discussion_r1745394810_

ddundo commented 4 days ago

The CI now raises this warning as well: https://github.com/mesh-adaptation/mesh-adaptation-docs/actions/runs/11641745615/job/32420579075#step:5:653

Maybe fix this as part of #59 since it's minor?