Skip to content

Commit 6a036c0

Browse files
committed
fix: expose vite server
1 parent d865a6c commit 6a036c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following are the supported environment variables for configuring your House
6161
To run HouseWatch locally along with a local ClickHouse instance, execute:
6262

6363
```bash
64-
docker compose -f docker-compose.dev.yml up
64+
docker compose -f docker-compose.dev.yml up -d
6565
```
6666

6767
then go to http://localhost:8080

frontend/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY . .
1111

1212
RUN pnpm i
1313

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

0 commit comments

Comments
 (0)