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,9 +5,9 @@
},
"hosting": {
"predeploy": [
"mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env && npm install -g pnpm && pnpm i && pnpm run generate"
"mv .env.example .env && npm install -g pnpm && pnpm i && pnpm run generate"
],
"public": "packages/hoppscotch-app/dist",
"public": "packages/hoppscotch-web/dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{