fix: broken Dockerfile and final start command

This commit is contained in:
Andrew Bastin
2022-12-02 11:58:02 -05:00
parent 9d8d6832af
commit 36903b338a
7 changed files with 10 additions and 10 deletions

View File

@@ -5,5 +5,5 @@
"features": {
"ghcr.io/NicoVIII/devcontainer-features/pnpm:1": {}
},
"postCreateCommand": "cp packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env && pnpm i"
"postCreateCommand": "cp .env.example .env && pnpm i"
}