diff --git a/build/Dockerfile b/build/Dockerfile index f11c9e4..0a32f02 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -22,7 +22,7 @@ ENV HOME=$APP_ROOT FROM base AS packages COPY ./test ./test -COPY package.json package-lock.json knexfile.js ./ +COPY package.json package-lock.json .cleanmodules knexfile.js ./ #----------------------- test -----------------------