Update CMD to allow external access on Vite preview

This commit is contained in:
Eduard Prigoana 2026-01-27 23:35:24 +02:00 committed by GitHub
parent e9bdceed95
commit 0b4c968d3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,4 +20,4 @@ RUN bun run build
EXPOSE 4173
# Run the built project
CMD ["bun", "run", "preview"]
CMD ["bun", "run", "preview", "--", "--host", "0.0.0.0"]