Skip to content

Commit

Permalink
Expose dev server on same port as prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 10, 2024
1 parent b9d4448 commit 214f7b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
- "env=dev"
restart: "on-failure"
ports:
# Vite dev server's default port
- "5173:5173"
# 5173 is Vite dev server's default port
- "80:5173"
volumes:
- "./src:/app/src:ro"
- "./index.html:/app/index.html:ro"
Expand Down

0 comments on commit 214f7b5

Please sign in to comment.