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

@@ -17,7 +17,7 @@ COPY . .
RUN npm install -g pnpm
RUN mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
RUN mv .env.example .env
RUN pnpm i --unsafe-perm=true