fix(frontend): set preview port to 3000 to match traefik loadbalancer
Vite preview defaults to port 4173 but traefik routes to port 3000. Added --port 3000 to the preview script in package.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
58afa98132
commit
0f6cdff8ee
@@ -23,4 +23,4 @@ RUN pnpm --filter './services/frontend' run build
|
||||
EXPOSE 3000
|
||||
|
||||
# Start frontend (production preview)
|
||||
CMD ["pnpm", "--filter", "./services/frontend", "run", "preview", "--", "--host", "0.0.0.0"]
|
||||
CMD ["pnpm", "--filter", "./services/frontend", "run", "preview"]
|
||||
|
||||
Reference in New Issue
Block a user