Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115757
D16042.id47374.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
652 B
Subscribers
None
D16042.id47374.diff
View Options
diff --git a/modules/Dockerfile b/modules/Dockerfile
--- a/modules/Dockerfile
+++ b/modules/Dockerfile
@@ -9,6 +9,7 @@
WORKDIR /app/chronik-client
COPY chronik-client/ .
RUN npm ci
+RUN npm run build
# Then, copy and build docs
WORKDIR /app/chronik.e.cash/
diff --git a/modules/package-lock.json b/modules/package-lock.json
new file mode 100644
--- /dev/null
+++ b/modules/package-lock.json
@@ -0,0 +1,6 @@
+{
+ "name": "modules",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {}
+}
diff --git a/modules/package.json b/modules/package.json
new file mode 100644
--- /dev/null
+++ b/modules/package.json
@@ -0,0 +1 @@
+{}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:57 (37 m, 28 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187744
Default Alt Text
D16042.id47374.diff (652 B)
Attached To
D16042: [chronik-docs] Patch dockerfile so that chronik links are not broken
Event Timeline
Log In to Comment