diff --git a/other/Dockerfile b/other/Dockerfile index d6ce7519..306cb278 100644 --- a/other/Dockerfile +++ b/other/Dockerfile @@ -15,6 +15,7 @@ FROM base as deps WORKDIR /myapp ADD package.json package-lock.json .npmrc ./ +ADD ./other/patches ./other/patches RUN npm install --include=dev # Setup production node_modules