Skip to content

Commit 3792b87

Browse files
committed
Docs on multi context build.
1 parent af3c92f commit 3792b87

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

nr-server/README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# nostroots-server
1+
# nostroots-server
2+
3+
This is a deno app that runs on the server to watch for 30397 events, check that
4+
they have a valid NIP05 on trustroots.org, and then post a matching 30398 event.
5+
6+
In order to load `nr-common` into docker, we use a multi context build. To build
7+
it locally you can run:
8+
9+
docker buildx build --build-context nr-common=../nr-common .
10+
11+
This exposes the `nr-common` folder as `nr-common` inside docker, hence the
12+
first lines of `Dockerfile`.

0 commit comments

Comments
 (0)