Skip to content

Commit

Permalink
fix: expose vite server
Browse files Browse the repository at this point in the history
  • Loading branch information
Daesgar committed Jul 3, 2024
1 parent d865a6c commit 6a036c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following are the supported environment variables for configuring your House
To run HouseWatch locally along with a local ClickHouse instance, execute:

```bash
docker compose -f docker-compose.dev.yml up
docker compose -f docker-compose.dev.yml up -d
```

then go to http://localhost:8080
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY . .

RUN pnpm i

CMD ["pnpm", "vite", "--port", "3000"]
CMD ["pnpm", "vite", "--port", "3000", "--host"]

0 comments on commit 6a036c0

Please sign in to comment.