diff --git a/heat-stack/other/Dockerfile b/heat-stack/other/Dockerfile index 23eee55e..eedcf5b2 100644 --- a/heat-stack/other/Dockerfile +++ b/heat-stack/other/Dockerfile @@ -24,6 +24,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 @@ -85,4 +86,4 @@ RUN mkdir -p /data ${LITEFS_DIR} ADD . . -CMD ["litefs", "mount"] +CMD ["litefs", "mount"] \ No newline at end of file