Update CMD to allow external access on Vite preview
This commit is contained in:
parent
e9bdceed95
commit
0b4c968d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,4 +20,4 @@ RUN bun run build
|
||||||
EXPOSE 4173
|
EXPOSE 4173
|
||||||
|
|
||||||
# Run the built project
|
# Run the built project
|
||||||
CMD ["bun", "run", "preview"]
|
CMD ["bun", "run", "preview", "--", "--host", "0.0.0.0"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue