From 71814a86bc83c6513860143d231aa8f0e4757bb8 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 4 Apr 2021 22:36:53 +0200 Subject: [PATCH] Speedup Docker image build --- .dockerignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index 2ae6858..7623b2a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,7 @@ -node_modules -npm-debug.log -Dockerfile -.dockerignore -.git -.gitignore \ No newline at end of file +.git/ +.github/ +.idea/ +bin/ +dist/ +node_modules/ +resources/