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
Lint
Lint Not Applicable
Unit
Tests Not Applicable