Skip to content

Commit

Permalink
other/patches might be important
Browse files Browse the repository at this point in the history
  • Loading branch information
thadk committed Feb 9, 2024
1 parent 5ce1651 commit 995af4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion heat-stack/other/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -85,4 +86,4 @@ RUN mkdir -p /data ${LITEFS_DIR}

ADD . .

CMD ["litefs", "mount"]
CMD ["litefs", "mount"]

0 comments on commit 995af4d

Please sign in to comment.