Feat: Implementation of New UI (Bar, Homepage, Commander, BSets), Removing NGINX dependency, Dockerfile added

This commit is contained in:
globuzma 2025-01-31 23:30:02 +01:00
parent 64a4c5fb87
commit 238b594b1e
31 changed files with 734 additions and 202 deletions

26
app/.dockerignore Normal file
View file

@ -0,0 +1,26 @@
node_modules/
.env
# testing
coverage
# next.js
.next/
out/
# production
build
# debug
npm-debug.log*
# typescript
*.tsbuildinfo
next-env.d.ts
# data
tools/data
tools/json
data/misc/*
data/commander/*
data/bset/*