MassonNN / masson-aiogram-template

This is a scalable and functional template for any bots which will be made with aiogram 3.x
MIT License
115 stars 16 forks source link

Fix multiple ENV in Dockerfile #11

Closed AbstractiveNord closed 1 year ago

AbstractiveNord commented 1 year ago

Multiple declaration ENV for couple of variables is common-wide mistake, because of Docker behaviour, which makes new layer for every declaration of ENV statement.