techmatters / terraso-backend

A Django project that powers the backend of Terraso platform.
GNU Affero General Public License v3.0
21 stars 4 forks source link

build: use ENV key=value format in Dockerfile #1444

Closed paulschreiber closed 1 month ago

paulschreiber commented 1 month ago

Description

use ENV key=value format in Dockerfile

Fixes

 2 warnings found (use docker --debug to expand):                                             
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 5)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 7)