diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 451f32691..734927112 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,5 +5,5 @@ "features": { "ghcr.io/NicoVIII/devcontainer-features/pnpm:1": {} }, - "postCreateCommand": "mv .env.example .env && pnpm i" + "postCreateCommand": "cp .env.example .env && pnpm i" }