We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69405e1 + 64a9f0f commit 6fb3d4fCopy full SHA for 6fb3d4f
RetPageOriginDockerfile
@@ -3,6 +3,8 @@
3
# the result container should serve reticulum as "hubs_page_origin" and "admin_page_origin" on (path) "/hubs/pages"
4
###
5
from node:16.16 as builder
6
+env QT_QPA_PLATFORM offscreen
7
+run apt update && apt -y install phantomjs
8
run mkdir -p /hubs/admin/ && cd /hubs
9
copy package.json ./
10
copy package-lock.json ./
0 commit comments