Dropper is a web app that lets you upload your files to the cloud based storage.
This repo holds code for the Front-End Dropper application.
See Vite Configuration Reference.
Build the image:
# go to the root directory of the project (where Dockerfile resides)
docker build -t dropper-frontend .
Run the image
docker run --rm --name dropper-frontend --network dropper -p 8000:8000 -e BACKEND_ENDPOINT=http://dropper-backend-url:3000 dropper-frontend
npm install
npm run dev
npm run build