We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1d5af commit 71e8492Copy full SHA for 71e8492
Dockerfile
@@ -20,4 +20,4 @@ RUN npm run build
20
EXPOSE 8080
21
22
# Command to run the Vite preview server on port 8080
23
-CMD ["npm", "run", "preview", "--", "--port", "8080", "--host", "0.0.0.0"]
+CMD ["npm", "run", "preview", "--", "--port", "8080", "--host"]
0 commit comments