Page MenuHomePhabricator

[docs] Update Dockerfile for local dependency
ClosedPublic

Authored by bytesofman on Jul 17 2024, 13:18.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC4667d9c4827d: [docs] Update Dockerfile for local dependency
Summary

Neglected to update this when moved chronik-client to local install of ecashaddrjs

Test Plan

Change line 35 of Dockerfile to read ARG NGINX_CONF=nginx.preview.conf

docker build -t chronik-docs_local .
docker run --rm -p 8080:80 --name chronik-docs chronik-docs_local

Navigate to localhost:8080 and see docs site

Diff Detail

Repository
rABC Bitcoin ABC
Branch
docs-deploy-update
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29594
Build 58723: Build Diff
Build 58722: arc lint + arc unit