chore: make devcontainer copy .env.example (#3318)

This commit is contained in:
SamJakob
2023-09-28 17:28:17 +01:00
committed by GitHub
parent 544b045300
commit 0301649aff

View File

@@ -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"
}