add .dockerignore
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 17s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 17s
This commit is contained in:
parent
5b278b75c0
commit
e525eb8a41
2 changed files with 23 additions and 1 deletions
23
.dockerignore
Normal file
23
.dockerignore
Normal 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
|
|
@ -35,7 +35,6 @@ Edit `scripts/deploy_example.sh` if you need to deploy `scaricatore` to some ser
|
||||||
|
|
||||||
## To do:
|
## To do:
|
||||||
|
|
||||||
- Logs (I don't like them, not useful for production build but somewhere sometime they are needed)
|
|
||||||
- Containerfile for container build
|
- Containerfile for container build
|
||||||
- Source spotify (spotdl)
|
- Source spotify (spotdl)
|
||||||
- Parse URL info without `youtube-dl-exec`
|
- Parse URL info without `youtube-dl-exec`
|
||||||
|
|
Loading…
Add table
Reference in a new issue