ci: fix docker image

This commit is contained in:
Liyas Thomas
2022-10-02 10:31:55 +05:30
parent 0584f781c4
commit 5701454c02
2 changed files with 2 additions and 4 deletions

View File

@@ -24,6 +24,4 @@ EXPOSE 3000
RUN mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
RUN pnpm run generate
CMD ["pnpm", "run", "start"]
CMD ["pnpm", "run", "start", "--host", "0.0.0.0"]

View File

@@ -20,4 +20,4 @@ services:
- "3000:3000"
environment:
HOST: 0.0.0.0
command: "npm run dev"
command: "pnpm run dev"