From 995af4d127d40ce37d05c8ee961248df1f35da21 Mon Sep 17 00:00:00 2001 From: Thad Kerosky Date: Fri, 9 Feb 2024 10:46:41 -0500 Subject: [PATCH] other/patches might be important --- heat-stack/other/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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