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 beb7e71 commit 0f1d5afCopy full SHA for 0f1d5af
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"]
+CMD ["npm", "run", "preview", "--", "--port", "8080", "--host", "0.0.0.0"]
0 commit comments