From a9931df61714678ff1c37e06a3390523dac3b61d Mon Sep 17 00:00:00 2001 From: kallebysantos Date: Sat, 9 Nov 2024 17:13:28 +0000 Subject: [PATCH] fix(devcontainer): shared `.env` file path --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 26945250..9ce392e7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,7 @@ }, "runArgs": [ "--env-file", - "../.env", + ".env", "--rm", "--privileged", "--security-opt",