feat: add Dockerfile

This commit is contained in:
Kentai Radiquum 2025-05-30 13:35:46 +05:00
parent 767121c77b
commit ed20227b1a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 144 additions and 7 deletions

View file

@ -4,7 +4,13 @@ import { usePreferencesStore } from "./store/preferences";
import { Navbar } from "./components/Navbar/NavbarUpdate";
import { Inter } from "next/font/google";
import { useEffect, useState } from "react";
import { Button, Modal, ModalBody, ModalFooter, ModalHeader } from "flowbite-react";
import {
Button,
Modal,
ModalBody,
ModalFooter,
ModalHeader,
} from "flowbite-react";
import { Spinner } from "./components/Spinner/Spinner";
import { ChangelogModal } from "#/components/ChangelogModal/ChangelogModal";
import { Bounce, ToastContainer } from "react-toastify";