Why Nostr? What is Njump?
2024-07-03 00:51:59

npub1ge…gzfqh on Nostr: commit 654e0f5b058dc77558a39969fcf5839c1758be5e Author: @RandyMcMillan ...

commit 654e0f5b058dc77558a39969fcf5839c1758be5e
Author: @RandyMcMillan <[email protected]>
Date: Thu Feb 22 16:23:03 2024 -0500

template/gnostr-docker

diff --git a/Dockerfile b/Dockerfile
index 568cc0835..50197e41c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,10 @@ WORKDIR /tmp
RUN git clone --recurse-submodules -j2 --branch 1708632218/5a06443fc/0de7091c4 --depth 1 https://github.com/gnostr-org/gnostr.git
WORKDIR /tmp/gnostr
RUN cmake .
-RUN make gnostr all gnostr-install install
+RUN make gnostr
+RUN make all
+RUN make gnostr-install
+RUN make install
RUN cargo install --path bins --force
RUN install ./serve /usr/local/bin || true
ENV PATH=$PATH:/usr/bin/systemctl
diff --git a/template/gnostr-docker b/template/gnostr-docker
index 296693fed..a6368c08a 100755
--- a/template/gnostr-docker
+++ b/template/gnostr-docker
@@ -13,7 +13,10 @@ WORKDIR /tmp
RUN git clone --recurse-submodules -j2 --branch 1708632218/5a06443fc/0de7091c4 --depth 1 https://github.com/gnostr-org/gnostr.git
WORKDIR /tmp/gnostr
RUN cmake .
-RUN make gnostr all gnostr-install install
+RUN make gnostr
+RUN make all
+RUN make gnostr-install
+RUN make install
RUN cargo install --path bins --force
RUN install ./serve /usr/local/bin || true
ENV PATH=\$PATH:/usr/bin/systemctl
Author Public Key
npub1ged5ak63mh0zy4u5xdyylyc5z6u70h5nd7nn5d783tw7kdj8z3fqkgzfqh