From e525eb8a41f243b57f76e331d9a2952ba222c913 Mon Sep 17 00:00:00 2001 From: 0d0 <0d0acre@esiliati.org> Date: Tue, 25 Feb 2025 17:56:11 +0100 Subject: [PATCH] add .dockerignore --- .dockerignore | 23 +++++++++++++++++++++++ README.md | 1 - 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..0d3117c --- /dev/null +++ b/.dockerignore @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 77dc96b..fca0839 100644 --- a/README.md +++ b/README.md @@ -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`