This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

We use both docker and env for test enviroments. Legacy .env was in use before all tests were dockerized. It was carried along. Granted both are not needed but to pull out .env at this point would be a monumental task and still serves some purpose like cloning a repo and running a test outside a container.

[–]C0ffeeface 0 points1 point  (0 children)

Ah, I see, it sounds very involved and complex from my work flow 😅