diff --git a/.dockerignore b/.dockerignore index 109b4eb9..717f9ea2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,10 +1,7 @@ -# Exclude the following directories, when copying into an image -.git -.gitlab -.nyc_output -.vscode -coverage +# Ignore everything +** -# Exclude the following files, when copying into an image -.gitignore -.gitlab-ci.yml \ No newline at end of file +# Allow files and directories +!/lib/** +!/node_modules/** +!/LICENSE