From 701dfa968f78bf27ac502aba7393aa3c930a43a3 Mon Sep 17 00:00:00 2001 From: Anthony Raymond Date: Sat, 13 Oct 2018 12:25:43 +0200 Subject: [PATCH] Remove useless files from the docker build context --- .dockerignore | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.dockerignore b/.dockerignore index c692fb0..3f04c63 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,10 +1,20 @@ .git -screenshots/**/* screenshots +src +.gitignore +.prettierignore +.prettierrc +CONTRIBUTING.md +LICENSE +README.md +app.json directurl.md docker-compose.yml -LICENCE -README.md -webui-aria2.spec -app.json +favicon.ico +node-server.js +package-lock.json +package.json +postcss.config.js static.json +webpack.config.js +webui-aria2.spec