diff --git a/Dockerfile b/Dockerfile index 8f67290..c1ca2a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ FROM base as deps WORKDIR /myapp ADD package.json package-lock.json .npmrc ./ +COPY ./patches ./patches RUN npm install --include=dev # Setup production node_modules