- DB migration currently doesn't work automatically, so to update your DB you need to run
fly ssh consolenpx prisma migrate deploy(inside the deployed container)
————————
————————
————————
————————
————————
————————
————————
npm run dev
npm run buildTo build and run using Docker:
# Build the container
docker build -t my-app .
# Run the container
docker run -p 3000:3000 my-appBuilt with ❤️ using React Router.