add .dockerignore
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 17s

This commit is contained in:
0d0 2025-02-25 17:56:11 +01:00
parent 5b278b75c0
commit e525eb8a41
2 changed files with 23 additions and 1 deletions

23
.dockerignore Normal file
View file

@ -0,0 +1,23 @@
Dockerfile
.dockerignore
.git
.gitignore
.gitattributes
README.md
.npmrc
.prettierrc
.eslintrc.cjs
.graphqlrc
.editorconfig
.svelte-kit
.vscode
node_modules
build
package
**/.env
scripts/
downloads
yt-dlp
build.tar.gz

View file

@ -35,7 +35,6 @@ Edit `scripts/deploy_example.sh` if you need to deploy `scaricatore` to some ser
## To do:
- Logs (I don't like them, not useful for production build but somewhere sometime they are needed)
- Containerfile for container build
- Source spotify (spotdl)
- Parse URL info without `youtube-dl-exec`