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

68
.dockerignore Normal file
View file

@ -0,0 +1,68 @@
# Python
__pycache__
venv
.mypy_cache
# VSCode
.VSCode
*.code-workspace
# DetaSpace
.space
# NextJS
## dependencies
standalone
node_modules
.pnp
.pnp.js
.yarn/install-state.gz
## testing
coverage
## next.js
.next
out
## production
build
## misc
.DS_Store
*.pem
## debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
## local env files
.env*.local
## vercel
.vercel
## typescript
*.tsbuildinfo
next-env.d.ts
# traefik
traefik/traefik
old/
#Trigger Vercel Prod Build
# next-video
videos/*
!videos/*.json
!videos/*.js
!videos/*.ts
public/_next-video
API-Trace/*
.env
player-parsers
docs
.git