Skip to content

Commit fe80db4

Browse files
committed
fix: use ssi version of microreact
1 parent 071c8e4 commit fe80db4

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
path = web/microreact_integration
33
url = https://github.com/ssi-dk/microreact_integration
44
branch = main
5+
[submodule "microreact/sofi-mr-server"]
6+
path = microreact/sofi-mr-server
7+
url = https://github.com/ssi-dk/sofi-mr-server

microreact/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk add --update --no-cache curl g++ git make openssh-client python2
44

55
RUN mkdir -p ~/.ssh/ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
66

7-
COPY ./microreact-server /app/
7+
COPY ./sofi-mr-server /app/
88

99
WORKDIR /app
1010

microreact/sofi-mr-server

Submodule sofi-mr-server added at 604a0db

0 commit comments

Comments
 (0)