This project was bootstrapped with Vite.
bun dev- Start the development serverbun build- Build the project for productionbun serve- Preview the production buildbun test- Run the test suite
Login to Docker Hub
docker logincreate a React container
docker build -t webmasterdevlin/react-vite:<version> .Test the React container by running it. It should be visible at localhost:8080
docker run -p 8080:80 webmasterdevlin/react-vite:<version>Push the container to your Docker Hub account repository
docker push webmasterdevlin/react-vite:<version>