Skip to content

Commit

Permalink
Update Dockerfile in h5ai-nginx.patch to checkout a specific version …
Browse files Browse the repository at this point in the history
…of h5ai before applying patch.

Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot committed Dec 11, 2023
1 parent f028700 commit 02b13db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hedera-patch/h5ai-nginx.patch
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ diff --git a/Dockerfile b/Dockerfile
FROM node:14-alpine
RUN apk add --no-cache git
RUN git clone https://github.com/sourcifyeth/h5ai.git
+RUN cd h5ai && git checkout 15173ca22fcd4e9b2c0d11bdacc509428dba1bcd
+COPY h5ai.patch /h5ai.patch
+RUN cd h5ai && git apply /h5ai.patch
RUN cd h5ai && npm install && npm run build
Expand Down

0 comments on commit 02b13db

Please sign in to comment.