Skip to content

Commit 0f1d5af

Browse files
committed
Update
1 parent beb7e71 commit 0f1d5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ RUN npm run build
2020
EXPOSE 8080
2121

2222
# Command to run the Vite preview server on port 8080
23-
CMD ["npm", "run", "preview", "--", "--port", "8080", "--host"]
23+
CMD ["npm", "run", "preview", "--", "--port", "8080", "--host", "0.0.0.0"]

0 commit comments

Comments
 (0)