Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864536
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
497 B
Subscribers
None
View Options
diff --git a/web/explorer/Dockerfile b/web/explorer/Dockerfile
new file mode 100644
index 000000000..6b43f6737
--- /dev/null
+++ b/web/explorer/Dockerfile
@@ -0,0 +1,15 @@
+FROM rust:slim-bullseye
+
+RUN apt-get update && \
+ apt-get upgrade -y && \
+ apt-get install -y libssl-dev pkg-config protobuf-compiler
+
+WORKDIR /usr/src/explorer
+COPY . .
+
+WORKDIR /usr/src/explorer/explorer-exe
+RUN mv config.dist.toml config.toml
+
+RUN cargo build --release
+
+CMD ["cargo", "run", "--release"]
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, May 21, 20:23 (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865870
Default Alt Text
(497 B)
Attached To
rABC Bitcoin ABC
Event Timeline
Log In to Comment